Stop using old OS on Travis (#6930)

This commit is contained in:
Ben McCann
2020-01-07 13:45:04 -08:00
committed by Evert Timberg
parent 2dd0c2f8fe
commit 1eb959c20c

View File

@@ -4,8 +4,9 @@ node_js:
before_install:
- "export CHROME_BIN=/usr/bin/google-chrome"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
services:
- xvfb
script:
- gulp build
@@ -16,7 +17,6 @@ script:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true
sudo: required
dist: trusty
addons:
chrome: stable