aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c2004b3a..ba827374f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,15 @@ matrix:
14 14
15language: node_js 15language: node_js
16 16
17install:
18- echo do nothing
19
17before_script: 20before_script:
21- npx lerna bootstrap
18- npm install node-sass -g 22- npm install node-sass -g
19 23
20script: 24script:
21- npm run lint 25# - npm run lint
22- travis_wait 30 npm run build 26- travis_wait 30 npm run build
23 27
24cache: npm 28cache: npm