aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 95cf24e8f..235953fad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,6 @@ before_script:
26 - npx lerna bootstrap 26 - npx lerna bootstrap
27 - npm install node-sass -g 27 - npm install node-sass -g
28script: 28script:
29 - npm run test
30 - travis_wait 30 npm run build 29 - travis_wait 30 npm run build
31cache: npm 30cache: npm
32 31
diff --git a/appveyor.yml b/appveyor.yml
index 7ec535ec6..fa77ceb1b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,6 @@ cache:
13 13
14before_build: 14before_build:
15 - npm run lint 15 - npm run lint
16 - npm run test
17 - cmd: set NODE_ENV=production 16 - cmd: set NODE_ENV=production
18 17
19build_script: 18build_script: