Skip to content

Commit

Permalink
Meta: deploy using the shared deploy script and EXTRA_FILES
Browse files Browse the repository at this point in the history
Depends on whatwg/whatwg.org#68.

The generic deploy.sh already runs the HTML checker, so those bits can
be removed from .travis.yml too.
  • Loading branch information
foolip committed Aug 29, 2017
1 parent 950e40b commit 4dc546c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 104 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ language: generic
env:
global:
- ENCRYPTION_LABEL: "34ab45136e05"
addons:
apt:
packages:
- oracle-java8-set-default
install:
- curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar
- EXTRA_FILES="*.png"
- DEPLOY_USER="annevankesteren"

script:
- bash ./deploy.sh
- /usr/lib/jvm/java-8-oracle/jre/bin/java -jar vnu.jar --skip-non-html /home/travis/build/whatwg/compat
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh

notifications:
email:
on_success: never
Expand Down
96 changes: 0 additions & 96 deletions deploy.sh

This file was deleted.

0 comments on commit 4dc546c

Please sign in to comment.