Skip to content

Commit 1aaebb5

Browse files
committed
Create travis.yml
1 parent eb232ee commit 1aaebb5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: ruby
2+
rvm:
3+
- 2.3
4+
5+
before_script:
6+
- chmod +x ./script/cibuild
7+
8+
# Assume bundler is being used, therefore
9+
# the `install` step will run `bundle install` by default.
10+
script: ./script/cibuild
11+
12+
env:
13+
global:
14+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

0 commit comments

Comments
 (0)