1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00
choosealicense.com/.travis.yml
2015-01-10 14:26:51 +01:00

21 lines
261 B
YAML

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.0.0
branches:
only:
- gh-pages
- /.*/
notifications:
email: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true