aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 29d31c4a8..a120aae49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ cache: npm
28before_install: 28before_install:
29 - git submodule update --init --recursive 29 - git submodule update --init --recursive
30install: 30install:
31 - cd recipes && npm install && npm run package && cd ..
31 - travis_retry npx lerna bootstrap 32 - travis_retry npx lerna bootstrap
32 - travis_retry npm install node-sass -g 33 - travis_retry npm install node-sass -g
33before_script: 34before_script: