aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ff015b92c..ebc96d2cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ language: node_js
16install: 16install:
17 - echo do nothing 17 - echo do nothing
18before_script: 18before_script:
19 - npx lerna bootstrap 19 - travis_wait 60 npx lerna bootstrap
20 - npm install node-sass -g 20 - npm install node-sass -g
21script: 21script:
22 - npm run test 22 - npm run test