.travis.yml in pbl-0.0.5 vs .travis.yml in pbl-0.0.6
- old
+ new
@@ -1,17 +1,15 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: ruby
rvm:
- - 1.9.2
- 1.9.3
- 2.0.0
before_install:
- gem update bundler
matrie:
allow_failures:
- - rvm: 1.9.2
- rvm: 1.9.3
- rvm: 2.0.0
script: "RAILS_ENV=test bundle exec rake spec 2>&1"