Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronen Babayoff committed Dec 8, 2014
1 parent 2c9177d commit f05f008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ node_js:

before_install:
# Install meteor and spacejam, a meteor command line package tester
- "if [ "$(node -v)" == "v0.10.29" ]; then; curl https://install.meteor.com | /bin/sh; npm install -g spacejam; fi"
- "if [ "$(node -v)" = "v0.10.29" ]; then curl https://install.meteor.com | /bin/sh; npm install -g spacejam; fi"

script:
- "npm test"
- "if [ "$(node -v)" == "v0.10.29" ]; then; spacejam test-packages ./; fi"
- "if [ "$(node -v)" = "v0.10.29" ]; then spacejam test-packages ./; fi"

0 comments on commit f05f008

Please sign in to comment.