mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Removed unecessary configurations from Travis
This commit is contained in:
parent
0e37275e9d
commit
c149dd0f4b
1 changed files with 2 additions and 8 deletions
10
.travis.yml
10
.travis.yml
|
@ -8,19 +8,13 @@ matrix:
|
|||
fast_finish: true
|
||||
include:
|
||||
- rvm: 1.9.3
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.0.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.1
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.1
|
||||
- rvm: 2.1.5
|
||||
- rvm: 2.1.5
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: jruby-19mode
|
||||
gemfile: Gemfile
|
||||
- rvm: jruby-head
|
||||
gemfile: Gemfile
|
||||
|
||||
allow_failures:
|
||||
- rvm: jruby-head
|
||||
|
|
Loading…
Add table
Reference in a new issue