aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--appveyor.yml1
2 files changed, 3 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
diff --git a/appveyor.yml b/appveyor.yml
index 0ed8866a3..77c25df7e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,6 +17,7 @@ cache:
17 17
18before_build: 18before_build:
19 - npm run lint 19 - npm run lint
20 - npm run test
20 21
21build_script: 22build_script:
22 - npm run build 23 - npm run build