Skip to content

Commit

Permalink
Merge pull request #1138 from stealjs/landscaper/steal-xenial
Browse files Browse the repository at this point in the history
Migrate to use Xenial in Travis
  • Loading branch information
cherifGsoul authored Jun 19, 2019
2 parents 48cfb4f + b7cf8a5 commit d0babf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: node_js
node_js:
- 8.0
- 8
- 10.2.1
before_script:
- npm dedupe
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
sudo: false
script:
- npm run jshint
- npm run test:browser
- npm run coverage:upload
- 'npm run test:browser'
- 'npm run coverage:upload'
dist: xenial
services:
- xvfb

0 comments on commit d0babf4

Please sign in to comment.