Try using ruby 2.5.8
This commit is contained in:
parent
d44c495bc5
commit
56a2a89fe2
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
2.5.5
|
2.5.8
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ addons:
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
|
- 2.5
|
||||||
|
- 2.6
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^depfu/.*$/
|
- /^depfu/.*$/
|
||||||
|
|
@ -42,4 +44,4 @@ env:
|
||||||
- TEST_SUITE=controllers
|
- TEST_SUITE=controllers
|
||||||
- TEST_SUITE=rest
|
- TEST_SUITE=rest
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue