Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Rewrite travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Apr 9, 2017
1 parent fe31938 commit d04c926
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: ruby
rvm:
- ruby-head
- 2.4.0
- 2.4.1
- 2.3.1
- 2.2.4
env:
global:
SUPPORTED_MIDDLEMAN="~> 3.4.1"
matrix:
include:
- env: SUPPORTED_MIDDLEMAN=~> 3.4.1
- env: SUPPORTED_MIDDLEMAN=~> 4.2.1
- rvm: 2.4.0
env: SUPPORTED_MIDDLEMAN="~> 4.2.1"
allow_failures:
- rvm: ruby-head
- env: SUPPORTED_MIDDLEMAN="~> 4.2.1"
- rvm: 2.4.0
env: SUPPORTED_MIDDLEMAN="~> 4.2.1"
script:
- bundle exec rake
deploy:
Expand Down

0 comments on commit d04c926

Please sign in to comment.