1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-12 22:48:54 +01:00
choosealicense.com/.travis.yml
2018-08-20 11:52:33 -07:00

33 lines
411 B
YAML

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.5.1
addons:
apt:
packages:
- libcurl4-openssl-dev
before_install:
- gem update --system
- gem install bundler
branches:
only:
- gh-pages
- /.*/
notifications:
email: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
cache: bundler