Skip to content

Commit d0babf4

Browse files
authored
Merge pull request #1138 from stealjs/landscaper/steal-xenial
Migrate to use Xenial in Travis
2 parents 48cfb4f + b7cf8a5 commit d0babf4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: node_js
22
node_js:
3-
- 8.0
3+
- 8
44
- 10.2.1
55
before_script:
66
- npm dedupe
7-
before_install:
8-
- "export DISPLAY=:99.0"
9-
- "sh -e /etc/init.d/xvfb start"
107
sudo: false
118
script:
129
- npm run jshint
13-
- npm run test:browser
14-
- npm run coverage:upload
10+
- 'npm run test:browser'
11+
- 'npm run coverage:upload'
12+
dist: xenial
13+
services:
14+
- xvfb

0 commit comments

Comments
 (0)