Skip to content

Commit

Permalink
Fasten travis meteor tests by not starting a meteor mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronen Babayoff committed Dec 9, 2014
1 parent c2446b0 commit 289034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 289034c

Please sign in to comment.