1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00
choosealicense.com/.travis.yml

24 lines
289 B
YAML
Raw Normal View History

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
2013-10-30 19:10:25 +02:00
rvm:
2013-09-14 00:42:13 -04:00
- 2.0.0
2013-10-23 00:37:09 -07:00
branches:
only:
- gh-pages
- /.*/
2013-10-27 18:12:30 -06:00
notifications:
email: false
2015-01-10 14:26:51 +01:00
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2015-03-07 12:52:01 -05:00
sudo: false
cache: bundler