Skip to content

Commit

Permalink
fix(ci): forget meteor install cache for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Nov 22, 2017
1 parent ae9d989 commit dbfbe08
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 @@ -11,7 +11,7 @@ node_js:

install:
- npm install
- if [[ ! -e "$HOME/.meteor" ]]; then curl https://install.meteor.com/ | sh; fi
- curl https://install.meteor.com/ | sh
- export PATH=$HOME/.meteor:$PATH
- npx meteor-ci login ${METEOR_TOKEN} --key ${METEOR_KEY}
- meteor whoami
Expand Down

0 comments on commit dbfbe08

Please sign in to comment.