Skip to content

Commit

Permalink
Merge pull request #10 from durandom/ruby24
Browse files Browse the repository at this point in the history
bump ruby to 2.3.3 and add 2.4.1
  • Loading branch information
simon3z authored May 9, 2017
2 parents 93009fc + 4f1dd1b commit 5675a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- '2.3.1'
- '2.3.3'
- '2.4.1'
sudo: false
cache: bundler
env:
Expand All @@ -11,4 +12,4 @@ env:
addons:
postgresql: '9.4'
install: bin/setup
after_script: bundle exec codeclimate-test-reporter
after_script: bundle exec codeclimate-test-reporter

0 comments on commit 5675a55

Please sign in to comment.