aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b87e47c02..e09c1f08a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,9 +58,9 @@ before_install:
58 fi 58 fi
59install: 59install:
60 - npm cache clean -f || travis_terminate 1 60 - npm cache clean -f || travis_terminate 1
61 - npm uninstall node-gyp && travis_retry npm install -g node-gyp@8.0.0 || travis_terminate 1 61 - travis_retry npm uninstall node-gyp node-sass || travis_terminate 1
62 - npm uninstall node-sass && travis_retry npm install -g node-sass@5.0.0 || travis_terminate 1 62 - travis_retry npm i -g node-gyp@8.0.0 node-sass@5.0.0 || travis_terminate 1
63 - cd recipes && npm install && npm run package && cd .. || travis_terminate 1 63 - cd recipes && npm i && npm run package && cd .. || travis_terminate 1
64 - travis_retry npx lerna bootstrap || travis_terminate 1 64 - travis_retry npx lerna bootstrap || travis_terminate 1
65before_script: 65before_script:
66 - npm run lint && npm run test || travis_terminate 1 66 - npm run lint && npm run test || travis_terminate 1