Skip to content

Commit c5d33e3

Browse files
authored
Merge pull request #99 from watson-developer-cloud/ver_8154
ci: Changes to CI configuration and support ruby 2.5 and 2.6
2 parents 6ebad92 + a742170 commit c5d33e3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dist: trusty
44
sudo: required
55

66
rvm:
7-
- 2.3.7
8-
- 2.4.4
97
- 2.5.1
8+
- 2.6.1
9+
# - 2.7.1
1010

1111
before_install:
1212
- git fetch --tags

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,10 @@ If you have issues with the APIs or have a question about the Watson services, s
398398

399399
Tested on:
400400

401-
* MRI Ruby (RVM): 2.3.7, 2.4.4, 2.5.1
402-
* RubyInstaller (Windows x64): 2.3.3, 2.4.4, 2.5.1
401+
* MRI Ruby (RVM): 2.5.1, 2.6.1
402+
* RubyInstaller (Windows x64): 2.5.1, 2.6.1
403+
404+
2.3.7 and 2.4.4 should still work but support will be deprecated in next major release.
403405

404406
## Contributing
405407

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ cache:
66

77
environment:
88
matrix:
9-
- RUBY_VERSION: 23-x64
10-
- RUBY_VERSION: 24-x64
119
- RUBY_VERSION: 25-x64
10+
- RUBY_VERSION: 26-x64
1211

1312
init:
1413
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%

0 commit comments

Comments
 (0)