Run specs on Travis on Ruby 2.1.3 as well as 1.9.3

Also use bundler to run the specs
This commit is contained in:
Greg Karékinian 2014-09-24 13:33:50 +02:00
parent 8f0106b190
commit 2f5ca36a70

View File

@ -1,11 +1,12 @@
language: ruby
rvm:
- 1.9.3
- 2.1.3
before_install:
- sh .travis/install_riakcs.sh
before_script:
- cp config.yml.example config.yml
script: rake test
script: bundle exec rake test
branches:
only:
- master