1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00
choosealicense.com/.travis.yml
Mike Linksvayer ba52018723
Pages Ruby version bumped
Fix this failure

 ruby version in .travis.yml and pages ruby version match
     Failure/Error: expect(ci_ruby_version).to eql(pages_ruby_version), msg
       2.5.3 != 2.5.8; please add a commit bumping in .travis.yml
2020-06-21 15:25:56 -07:00

32 lines
387 B
YAML

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.5.8
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