Skip to content

Commit

Permalink
feat(CI): update Ubuntu and Node versions in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Apr 14, 2019
1 parent 80db2e2 commit e0ff557
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: node_js
node_js:
- 8
- '10'
dist: xenial
sudo: required
services:
- xvfb
addons:
chrome: stable
chrome: stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm set progress=false
- npm install
Expand Down

0 comments on commit e0ff557

Please sign in to comment.