Skip to content

Commit

Permalink
Migrate to use Xenial in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jun 18, 2019
1 parent 48cfb4f commit b7cf8a5
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 b7cf8a5

Please sign in to comment.