Skip to content

Commit

Permalink
Merge pull request #142 from canjs/landscaper/travis-xenial
Browse files Browse the repository at this point in the history
Migrate to xenial in travis
  • Loading branch information
cherifGsoul authored Jun 17, 2019
2 parents 71a1a8d + a60823c commit ed42007
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 ed42007

Please sign in to comment.