mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Exclude the duplicated Ruby v2.1.0 run
We only run coverage on 2.1.0 but due to the testing matrix we actually run the same tests twice. Hopefully this removes the run without coverage.
This commit is contained in:
parent
855cd8544f
commit
9a679ad02a
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ matrix:
|
|||
gemfile: Gemfile.1.8.7
|
||||
- rvm: 2.1.0
|
||||
gemfile: Gemfile.1.8.7
|
||||
env:
|
||||
- rvm: jruby-18mode
|
||||
gemfile: Gemfile
|
||||
- rvm: jruby-19mode
|
||||
|
|
Loading…
Reference in a new issue