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
  • Loading branch information
foolip committed Aug 28, 2017
1 parent 1d5f997 commit 0dcbcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 97 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ language: generic
env:
global:
- ENCRYPTION_LABEL: "34ab45136e05"
- EXTRA_FILES="*.png"
- DEPLOY_USER="annevankesteren"
addons:
apt:
packages:
- oracle-java8-set-default
install:
- curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar
script:
- bash ./deploy.sh
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
- /usr/lib/jvm/java-8-oracle/jre/bin/java -jar vnu.jar --skip-non-html /home/travis/build/whatwg/compat
notifications:
email:
Expand Down
96 changes: 0 additions & 96 deletions deploy.sh

This file was deleted.

0 comments on commit 0dcbcd9

Please sign in to comment.