aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dfea3a41e..2c2004b3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,10 @@ language: node_js
16 16
17before_script: 17before_script:
18- npm install node-sass -g 18- npm install node-sass -g
19- npm ci
20 19
21script: 20script:
22- npm run lint 21- npm run lint
23- travis_wait npm run build 22- travis_wait 30 npm run build
24 23
25cache: npm 24cache: npm
26 25