We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b7833 commit 673be77Copy full SHA for 673be77
2 files changed
.travis.yml
@@ -1,12 +1,13 @@
1
language: ruby
2
rvm:
3
- 2.3.1
4
+addons:
5
+ artifacts: true
6
install:
7
- bundle install
8
- bundle exec jekyll build
9
script:
10
- bundle exec jekyll build --trace
-- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
11
env:
12
global:
13
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
circle.yml
@@ -1,9 +1,10 @@
machine:
ruby:
- version: 2.2.3
+ version: 2.3.1
dependencies:
pre:
+ - rvm --ruby-version use 2.3.1
@@ -14,4 +15,3 @@ general:
14
15
test:
16
post:
17
- - bundle exec htmlproof ./_site --only-4xx --href-ignore "#"
0 commit comments