Skip to content

Commit 1e1949a

Browse files
authored
Merge pull request #52 from tricknotes/ruby-2.3
Test on Ruby 2.3.3 & 2.4.0
2 parents a29105b + cf78ba3 commit 1e1949a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: ruby
33
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
44
script: "bundle exec rake test"
55
rvm:
6-
- 2.0.0
7-
- 2.1.5
86
- 2.2.0
7+
- 2.3.3
8+
- 2.4.0
99
notifications:
1010
email: false

0 commit comments

Comments
 (0)