aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 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