aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-25 10:15:53 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-25 10:15:53 +0100
commit4ebfc98a41db0e5648dc3d652b3441a2f6544633 (patch)
tree20e19b9e68434139783db4b6e5c1458d4850d506
parentUpdate server submodule (diff)
downloadferdium-app-4ebfc98a41db0e5648dc3d652b3441a2f6544633.tar.gz
ferdium-app-4ebfc98a41db0e5648dc3d652b3441a2f6544633.tar.zst
ferdium-app-4ebfc98a41db0e5648dc3d652b3441a2f6544633.zip
Remove jest from build as there are currently no active tests
-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: