Skip to content

Commit 13b4b39

Browse files
committed
Fix Travis tests?
1 parent 35805e2 commit 13b4b39

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: node_js
22
sudo: false
3-
dist: trusty
4-
node_js: '9'
3+
dist: xenial
4+
node_js: '10'
55
addons:
66
firefox: latest
7-
chrome: stable
7+
apt:
8+
sources:
9+
- google-chrome
10+
packages:
11+
- google-chrome-stable
812
cache:
913
directories:
1014
- node_modules
@@ -22,7 +26,7 @@ matrix:
2226
before_script:
2327
- npm run lint
2428
script:
25-
- xvfb-run npm run test -- -l chrome
29+
- npm run test -- -l chrome
2630
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'os x 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41' -s 'Linux/firefox'; fi
2731

2832
- env: JOB=benchmark

0 commit comments

Comments
 (0)