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