Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Sep 21, 2019
1 parent 8b843eb commit 4e3f178
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
sudo: false
language: node_js
node_js: 'node'
addons:
apt:
packages:
# This is required to run new chrome on old trusty
- libnss3

node_js:
- 'lts/*'

before_script:
- npm install

script:
- npm test

0 comments on commit 4e3f178

Please sign in to comment.