Skip to content

Commit

Permalink
Fix breaking change on Travis end
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Aug 12, 2019
1 parent 25e189d commit 1653c6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ node_js: 5.1
install: npm install
branches:
only: master
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
services:
- xvfb
script: npm run test-travis
addons:
firefox: "latest"

0 comments on commit 1653c6b

Please sign in to comment.