Skip to content

Commit 9884ed2

Browse files
author
Simon Hofmann
committed
Switched back to trusty to fix errors with xvfb
1 parent a657877 commit 9884ed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ cache: npm
55
matrix:
66
include:
77
- os: linux
8+
dist: trusty
89
node_js: "10"
910
- os: osx
1011
osx_image: xcode11
1112
node_js: "10"
1213
- os: linux
14+
dist: trusty
1315
node_js: "11"
1416
- os: osx
1517
osx_image: xcode11
1618
node_js: "11"
1719
- os: linux
20+
dist: trusty
1821
node_js: "12"
1922
- os: osx
2023
osx_image: xcode11

0 commit comments

Comments
 (0)