1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 11:18:50 +01:00

pages now using ruby 2.4.0

This commit is contained in:
Mike Linksvayer 2017-05-27 12:30:43 -07:00
parent 46ce0aea5a
commit ed8a4b497c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AllCops: AllCops:
TargetRubyVersion: 2.3 TargetRubyVersion: 2.4
Exclude: Exclude:
- _site/**/* - _site/**/*
- vendor/**/* - vendor/**/*

View File

@ -5,7 +5,7 @@ script: "./script/cibuild"
#environment #environment
language: ruby language: ruby
rvm: rvm:
- 2.3.3 - 2.4.0
branches: branches:
only: only: