Skip to content

Commit

Permalink
adding Ruby 2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
celsodantas committed Jan 4, 2016
1 parent bc6c6bf commit a4aae04
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,8 +1,9 @@
rvm:
- 1.9.3
- 2.2.4
- 2.3.0

script: bundle exec rake -f test/dummy/Rakefile db:migrate db:test:prepare; bundle exec rake

notifications:
recipients:
- [email protected]
- [email protected]

0 comments on commit a4aae04

Please sign in to comment.