Skip to content

Commit a99b51e

Browse files
domenicannevk
authored andcommitted
Meta: move deploy process to Travis
See whatwg/html-build#117 for more details.
1 parent f04efab commit a99b51e

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

.travis.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
language: generic
2-
addons:
3-
apt:
4-
packages:
5-
- oracle-java8-set-default
6-
install:
7-
- git clone --depth 1 https://github.com/whatwg/html-build.git ../html-build
8-
- curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar
2+
sudo: required
3+
services:
4+
- docker
5+
env:
6+
global:
7+
- secure: "qI0QEOmT3P3x9MfWwY0F43CxV8MRvuYDUtGRXIXs1Utpk/1wJv4zsebyHabuusEai9QakRo1kexwAuAcbyeiFTXKwn8DKIId2BDx14/fzmHSsyj86W1Tao5HAoD4NDQReI+c3LX5ipDtInlBXip0NgMMmQiT4+IzVkf9itAewCg="
8+
- ENCRYPTION_LABEL="1536cf00117f"
99
script:
10-
- ../html-build/build.sh
11-
- /usr/lib/jvm/java-8-oracle/jre/bin/java -jar vnu.jar --skip-non-html /home/travis/build/whatwg/html-build/output
10+
- cd .. &&
11+
git clone https://github.com/whatwg/html-build.git html-build &&
12+
bash html-build/ci-deploy/outside-container.sh
13+
branches:
14+
only:
15+
- master
1216
notifications:
1317
email:
1418
on_success: never

0 commit comments

Comments
 (0)