We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b4e09 commit 6c82adbCopy full SHA for 6c82adb
.travis.yml
@@ -10,6 +10,7 @@ env:
10
rvm:
11
- 2.2.5
12
- 2.3.1
13
+ - 2.4.0
14
before_install:
15
- export PATH=/opt/local/bin:$PATH
16
- docker info
circle.yml
@@ -20,6 +20,7 @@ dependencies:
20
- tsql -C
21
- rvm-exec 2.2.5 bundle install
22
- rvm-exec 2.3.1 bundle install
23
+ - rvm-exec 2.4.0 bundle install
24
25
database:
26
override:
@@ -32,3 +33,4 @@ test:
32
33
34
- rvm-exec 2.2.5 bundle exec rake test
35
- rvm-exec 2.3.1 bundle exec rake test
36
+ - rvm-exec 2.4.0 bundle exec rake test
0 commit comments