travis tweaks to speed up builds

This commit is contained in:
Matthias Kretschmann 2019-04-01 12:20:42 +02:00
parent 78761cbe2d
commit 217bbfc9c8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,11 @@ language: node_js
node_js: node
script:
- ./scripts/install.sh
# - ./scripts/install.sh # runs automatically with npm ci
- ./scripts/test.sh
- ./scripts/build.sh
notifications:
email: false
cache:
directories:
- node_modules
cache: npm