Files
probot.github.io/.travis.yml
Brandon Keepers 4f83c2cdb7 Fix travis config
2017-08-18 15:06:07 -05:00

18 lines
220 B
YAML

before_script: "./script/bootstrap"
script: "./script/test"
#environment
language: ruby
rvm:
- 2.4.0
notifications:
email: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
cache: bundler