Skip to content

Commit

Permalink
Update travis to use xenial distro and, latest Firefox, and node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Sep 13, 2019
1 parent 280f4f0 commit 9c80994
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: node_js
sudo: false
dist: trusty
node_js: '9'
dist: xenial
node_js: '10'
services:
- xvfb
addons:
firefox: "66.0"
chrome: stable
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
cache:
directories:
- node_modules
Expand All @@ -13,7 +19,7 @@ before_script:
- gulp lint-eslint
script:
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
- xvfb-run node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
env:
global:
Expand Down

0 comments on commit 9c80994

Please sign in to comment.