1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 20:49:51 +02:00
choosealicense.com/.travis.yml
2020-07-23 11:30:09 -07:00

32 lines
387 B
YAML

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