1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-30 23:53:02 +02:00
choosealicense.com/.travis.yml
Ben Balter 8ddc331195 cache
2015-03-07 12:52:01 -05:00

24 lines
289 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
sudo: false
cache: bundler