Skip to content

Commit

Permalink
Corrects .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PSzyszkaSpark committed Sep 30, 2019
1 parent d7d08d2 commit 7110af5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.3.8

gemfile:
- gemfiles/spree_3_2.gemfile
- gemfiles/spree_3_5.gemfile
- gemfiles/spree_3_7.gemfile
- gemfiles/spree_4_0.gemfile
Expand All @@ -31,18 +30,14 @@ matrix:
allow_failures:
- gemfile: gemfiles/spree_master.gemfile
exclude:
- rvm: 2.3.7
- rvm: 2.3.8
gemfile: gemfiles/spree_4_0.gemfile
- rvm: 2.4.4
gemfile: gemfiles/spree_4_0.gemfile
- rvm: 2.3.7
- rvm: 2.3.8
gemfile: gemfiles/spree_master.gemfile
- rvm: 2.4.4
gemfile: gemfiles/spree_master.gemfile
- rvm: 2.5.1
gemfile: gemfiles/spree_3_2.gemfile
- rvm: 2.5.1
gemfile: gemfiles/spree_3_2.gemfile
- rvm: 2.5.1
gemfile: gemfiles/spree_3_5.gemfile

Expand Down

0 comments on commit 7110af5

Please sign in to comment.