1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

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

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