Skip to content

Commit bef886b

Browse files
authored
Merge pull request #328 from FrancescoBorzi/update-travis
feat(CI): update Ubuntu and Node versions in Travis
2 parents 7d0f33c + e0ff557 commit bef886b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: node_js
22
node_js:
3-
- 8
3+
- '10'
4+
dist: xenial
45
sudo: required
6+
services:
7+
- xvfb
58
addons:
6-
chrome: stable
9+
chrome: stable
710
before_script:
811
- export DISPLAY=:99.0
9-
- sh -e /etc/init.d/xvfb start
1012
install:
1113
- npm set progress=false
1214
- npm install

0 commit comments

Comments
 (0)