Skip to content

Commit

Permalink
Remove remains of html5validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Nov 8, 2017
1 parent 7b967fd commit 59dbbd7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
@@ -1,18 +1,16 @@
sudo: false
dist: trusty
language: java
jdk:
# Install JDK8 for html5 validator.
- oraclejdk8
language: node_js
node_js:
- "6"
env:
- NODE_VERSION="6.11.2" PHANTOMJS_VERSION="2.1.1" PATH="$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"
- 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: |
nvm install $NODE_VERSION
# Make sure cached PhantomJS is up to date
if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then
rm -rf $PWD/travis_phantomjs
Expand All @@ -27,7 +25,6 @@ install:
# Disable the spinner; it looks bad on Travis.
- npm config set spin false
- npm install
- pip install --user html5validator
# Unclear why we have to install this separately, since it's in package.json,
# but Travis fails without it.
- npm install -g cssbeautify-cli
Expand Down

0 comments on commit 59dbbd7

Please sign in to comment.