Skip to content

Commit

Permalink
Migrate to xenial in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jun 13, 2019
1 parent 71a1a8d commit a60823c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: node_js
node_js: node
before_install:
- ./firefox-allow-popups.sh
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm run http-server &
- sleep 2
script: npm run ci
addons:
firefox: "53.0"
firefox: '53.0'
sauce_connect: true
dist: xenial
services:
- xvfb

0 comments on commit a60823c

Please sign in to comment.