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:
parent
8f0106b190
commit
2f5ca36a70
@ -1,11 +1,12 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- 2.1.3
|
||||||
before_install:
|
before_install:
|
||||||
- sh .travis/install_riakcs.sh
|
- sh .travis/install_riakcs.sh
|
||||||
before_script:
|
before_script:
|
||||||
- cp config.yml.example config.yml
|
- cp config.yml.example config.yml
|
||||||
script: rake test
|
script: bundle exec rake test
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user