Skip to content

Commit

Permalink
Update Travis to use Ubuntu bionic (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Jul 30, 2019
1 parent 143ed3f commit 92a799d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,20 @@ matrix:
include:
- name: "Linux (Legacy Node)"
os: linux
dist: trusty
dist: bionic
# See https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-services
services:
- xvfb
node_js:
- 8
before_script:
# Read more here: https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start || echo 'Unable to start virtual display.'"
- sleep 3 # give xvfb some time to start
- name: "Linux (Latest Node)"
os: linux
dist: trusty
dist: bionic
# See https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-services
services:
- xvfb
node_js:
- node
before_script:
# Read more here: https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start || echo 'Unable to start virtual display.'"
- sleep 3 # give xvfb some time to start
- name: "OS X (Latest Node)"
os: osx
node_js:
Expand Down

0 comments on commit 92a799d

Please sign in to comment.