aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonen Babayoff <[email protected]>2014-12-08 19:14:36 -0400
committerRonen Babayoff <[email protected]>2014-12-08 19:14:36 -0400
commite2a3d03c1e1b063b83279eccd6be768945eac777 (patch)
treef830108ccdc50c6b907072832ac55183f6b49277
parentf05f0089ce8b39b46288b8b9edb5e10ab41652bb (diff)
downloadfaker-e2a3d03c1e1b063b83279eccd6be768945eac777.tar.xz
faker-e2a3d03c1e1b063b83279eccd6be768945eac777.zip
Try and fix travis
-rwxr-xr-x.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 178d3601..1de5b576 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +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; fi"
+ - "if [ "$(node -v)" = "v0.10.29" ]; then npm install -g spacejam; fi"
script:
- "npm test"