From dbfbe0828efb50e0a0c824f2c8f2439ae744ba02 Mon Sep 17 00:00:00 2001 From: Morten Henriksen Date: Wed, 22 Nov 2017 22:09:56 +0100 Subject: [PATCH] fix(ci): forget meteor install cache for now... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 280982b..13cc3fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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