Add travis config

This commit is contained in:
Brandon Keepers
2017-08-18 14:56:26 -05:00
parent 331d2d43f8
commit 3e79f5294d

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.4.0
notifications:
email: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
cache: bundler