Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 19, 2017
1 parent 79c1230 commit 1be526b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,10 @@ node_js:
cache:
directories:
- node_modules
- ~/.npm
- /usr/local/phantomjs
- ~/.nvm

script:
- npm run travis
- npm prune
script: npm run travis

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

notifications:
on_success: change
on_failure: always

matrix:
fast_finish: true

0 comments on commit 1be526b

Please sign in to comment.