Skip to content

Commit 12c9d22

Browse files
committed
adding travis yml to test there as well
1 parent 01428ba commit 12c9d22

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
rvm:
3+
- 2.3.1
4+
install:
5+
- bundle exec jekyll build
6+
script:
7+
- bundle exec jekyll build --trace
8+
- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
9+
env:
10+
global:
11+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

0 commit comments

Comments
 (0)