Skip to content

Commit

Permalink
Cleaning up Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Dec 29, 2017
1 parent dc450f8 commit 847cc61
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -3,17 +3,10 @@ dist: trusty
language: node_js
node_js:
- "8"
env:
- PHANTOMJS_VERSION="2.1.1" PATH="$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"
cache:
directories:
- travis_phantomjs
notifications:
email: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
# Disable the spinner; it looks bad on Travis.
- npm config set spin false
Expand Down

0 comments on commit 847cc61

Please sign in to comment.