We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c359c commit 6a69abaCopy full SHA for 6a69aba
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: ruby
2
rvm:
3
-- 2.4.1
+- 3.0.5
4
5
before_script:
6
- chmod +x ./_scripts/build-jekyll.sh # or do this locally and commit
_scripts/build-jekyll.sh
@@ -7,5 +7,8 @@ bundle exec jekyll build --strict_front_matter
7
# for right now, we don't want to test external sites
8
# when we get closer to relaunch, remove this so that
9
# we do test them.
10
-bundle exec htmlproofer ./_site --disable-external
11
-
+bundle exec htmlproofer ./_site \
+ --disable-external=true \
12
+ --enforce-https=false \
13
+ --allow-missing-href=true \
14
+ --check-internal-hash=false
0 commit comments