mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
simplify travis.yml to just use explicit includes
This commit is contained in:
parent
6a395f309b
commit
fd7f54b8a8
1 changed files with 9 additions and 28 deletions
37
.travis.yml
37
.travis.yml
|
@ -1,43 +1,24 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
gemfile:
|
|
||||||
- Gemfile
|
|
||||||
- Gemfile.1.8.7
|
|
||||||
|
|
||||||
rvm:
|
|
||||||
- 1.8.7
|
|
||||||
- 1.9.3
|
|
||||||
- 2.0.0
|
|
||||||
- 2.1.0
|
|
||||||
- jruby-18mode
|
|
||||||
- jruby-19mode
|
|
||||||
- jruby-head
|
|
||||||
|
|
||||||
script: bundle exec rake travis
|
script: bundle exec rake travis
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- rvm: 1.8.7
|
||||||
|
gemfile: Gemfile.1.8.7
|
||||||
|
- rvm: 1.9.3
|
||||||
|
gemfile: Gemfile
|
||||||
|
- rvm: 2.0.0
|
||||||
|
gemfile: Gemfile
|
||||||
- rvm: 2.1.0
|
- rvm: 2.1.0
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
env: COVERAGE=true
|
env: COVERAGE=true
|
||||||
exclude:
|
|
||||||
- rvm: 2.1.0
|
|
||||||
gemfile: Gemfile
|
|
||||||
env:
|
|
||||||
- rvm: 1.8.7
|
|
||||||
gemfile: Gemfile
|
|
||||||
- rvm: 1.9.3
|
|
||||||
gemfile: Gemfile.1.8.7
|
|
||||||
- rvm: 2.0.0
|
|
||||||
gemfile: Gemfile.1.8.7
|
|
||||||
- rvm: 2.1.0
|
|
||||||
gemfile: Gemfile.1.8.7
|
|
||||||
- rvm: jruby-18mode
|
- rvm: jruby-18mode
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile.1.8.7
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
gemfile: Gemfile.1.8.7
|
gemfile: Gemfile
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
gemfile: Gemfile.1.8.7
|
gemfile: Gemfile
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue