travis tweaks

This commit is contained in:
Matthias Kretschmann 2019-05-17 12:14:02 +02:00
parent 1ea527f2d1
commit 5eee8b61d2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,12 @@ language: node_js
node_js:
- '11'
addons:
apt:
packages:
# for Cypress
- libgconf-2-4
before_install:
- npm install -g npm
- npm install -g codacy-coverage
@ -16,7 +22,11 @@ script:
notifications:
email: false
cache: npm
cache:
npm: true
directories:
# cache folder with Cypress binary
- ~/.cache
deploy:
- provider: script