Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 13, 2019
1 parent 1ea527f commit 5eee8b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,7 +22,11 @@ script:
notifications:
email: false

cache: npm
cache:
npm: true
directories:
# cache folder with Cypress binary
- ~/.cache

deploy:
- provider: script
Expand Down

0 comments on commit 5eee8b6

Please sign in to comment.