mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
travis tweaks
This commit is contained in:
parent
1ea527f2d1
commit
5eee8b61d2
12
.travis.yml
12
.travis.yml
@ -3,6 +3,12 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- '11'
|
- '11'
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
# for Cypress
|
||||||
|
- libgconf-2-4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm
|
- npm install -g npm
|
||||||
- npm install -g codacy-coverage
|
- npm install -g codacy-coverage
|
||||||
@ -16,7 +22,11 @@ script:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
cache: npm
|
cache:
|
||||||
|
npm: true
|
||||||
|
directories:
|
||||||
|
# cache folder with Cypress binary
|
||||||
|
- ~/.cache
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user