1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 08:03:02 +02:00
choosealicense.com/.travis.yml

29 lines
346 B
YAML
Raw Normal View History

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
2013-10-30 18:10:25 +01:00
rvm:
2017-12-29 22:15:57 +01:00
- 2.4.2
2013-10-23 09:37:09 +02:00
addons:
apt:
packages:
- libcurl4-openssl-dev
2013-10-23 09:37:09 +02:00
branches:
only:
- gh-pages
- /.*/
2013-10-28 01:12:30 +01:00
notifications:
email: false
2015-01-10 14:26:51 +01:00
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2015-03-07 18:52:01 +01:00
sudo: false
cache: bundler