Skip to content

Commit 6c82adb

Browse files
committed
Test Ruby 2.4.0.
1 parent 73b4e09 commit 6c82adb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
rvm:
1111
- 2.2.5
1212
- 2.3.1
13+
- 2.4.0
1314
before_install:
1415
- export PATH=/opt/local/bin:$PATH
1516
- docker info

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- tsql -C
2121
- rvm-exec 2.2.5 bundle install
2222
- rvm-exec 2.3.1 bundle install
23+
- rvm-exec 2.4.0 bundle install
2324

2425
database:
2526
override:
@@ -32,3 +33,4 @@ test:
3233
override:
3334
- rvm-exec 2.2.5 bundle exec rake test
3435
- rvm-exec 2.3.1 bundle exec rake test
36+
- rvm-exec 2.4.0 bundle exec rake test

0 commit comments

Comments
 (0)