Skip to content

Commit 6a69aba

Browse files
committed
update travis
1 parent 53c359c commit 6a69aba

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.4.1
3+
- 3.0.5
44

55
before_script:
66
- chmod +x ./_scripts/build-jekyll.sh # or do this locally and commit

_scripts/build-jekyll.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ bundle exec jekyll build --strict_front_matter
77
# for right now, we don't want to test external sites
88
# when we get closer to relaunch, remove this so that
99
# we do test them.
10-
bundle exec htmlproofer ./_site --disable-external
11-
10+
bundle exec htmlproofer ./_site \
11+
--disable-external=true \
12+
--enforce-https=false \
13+
--allow-missing-href=true \
14+
--check-internal-hash=false

0 commit comments

Comments
 (0)