Skip to content

Commit

Permalink
Update Travis config from master.
Browse files Browse the repository at this point in the history
Just add Node.js 6.x and remove coveralls since it's not active in 1.x.
  • Loading branch information
XhmikosR committed Aug 14, 2019
1 parent 25ee370 commit 440d613
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
sudo: false
language: node_js
node_js:
- '8'
- '6'

before_script:
- 'if [ "$NODE6" = "true" ]; then npm build --cwd node_modules/puppeteer; fi'
git:
depth: 5

node_js:
- "6"
- "8"
- "10"
- "12"

addons:
apt:
packages:
# This is required to run puppeteer (chrome) on linux/trusty
- libnss3
cache: npm

0 comments on commit 440d613

Please sign in to comment.