diff options
| author | Ronen Babayoff <[email protected]> | 2014-12-09 01:59:07 -0400 |
|---|---|---|
| committer | Ronen Babayoff <[email protected]> | 2014-12-09 01:59:07 -0400 |
| commit | 289034c1535afdee2ba39b5bb547bd35ab12da3a (patch) | |
| tree | deb2a2c61cf0f22fab327ccc570c288fc93eec57 | |
| parent | c2446b0f5279a7ac6c3a35ae7f627a9ab0356ba6 (diff) | |
| download | faker-289034c1535afdee2ba39b5bb547bd35ab12da3a.tar.xz faker-289034c1535afdee2ba39b5bb547bd35ab12da3a.zip | |
Fasten travis meteor tests by not starting a meteor mongodb
| -rwxr-xr-x | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a99bf427..b0d096ad 100755 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ before_install: script: - "npm test" - - 'if [ "$(node -v)" = "v0.10.29" ]; then spacejam test-packages ./; fi' + - 'if [ "$(node -v)" = "v0.10.29" ]; then spacejam test-packages --mongo-url=dummy ./; fi' |
