mirror of
https://github.com/github/choosealicense.com
synced 2024-11-04 18:58:50 +01:00
24 lines
289 B
YAML
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
|