From 143947760323d62ed5867cb1f1819434dcc5e08a Mon Sep 17 00:00:00 2001 From: Stephen Checkoway Date: Wed, 3 Oct 2018 04:24:14 -0400 Subject: [PATCH] Use my branch until a bunch of my PRs are merged --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1ce0867..42933051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ matrix: rvm: 2.5 script: scripts/ci-package-test.sh -install: git clone --depth 1 --branch master --single-branch https://github.com/html5lib/html5lib-tests.git test/html5lib-tests +#install: git clone --depth 1 --branch master --single-branch https://github.com/html5lib/html5lib-tests.git test/html5lib-tests +install: git clone --depth 1 --branch all-error-fixes --single-branch https://github.com/stevecheckoway/html5lib-tests.git test/html5lib-tests script: scripts/ci-test.sh cache: bundler