Skip to content

Commit

Permalink
Add a Meteor install as a Travis pre-install directive.
Browse files Browse the repository at this point in the history
It turns out that Travis needs that.
  • Loading branch information
jdlubrano committed Oct 8, 2015
1 parent 56d1b5b commit 25ba51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# Meteor Tinytest support
- "curl https://install.meteor.com | /bin/sh"
- export PATH="$HOME/.meteor:$PATH"
- "npm install -g spacejam"
install:
- "npm install"
Expand Down

0 comments on commit 25ba51a

Please sign in to comment.