File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
- dist : trusty
4
- node_js : ' 9 '
3
+ dist : xenial
4
+ node_js : ' 10 '
5
5
addons :
6
6
firefox : latest
7
- chrome : stable
7
+ apt :
8
+ sources :
9
+ - google-chrome
10
+ packages :
11
+ - google-chrome-stable
8
12
cache :
9
13
directories :
10
14
- node_modules
@@ -22,7 +26,7 @@ matrix:
22
26
before_script :
23
27
- npm run lint
24
28
script :
25
- - xvfb-run npm run test -- -l chrome
29
+ - npm run test -- -l chrome
26
30
- 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
27
31
28
32
- env : JOB=benchmark
You can’t perform that action at this time.
0 commit comments