diff --git a/.travis.yml b/.travis.yml index 2a506ae..f71a387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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