mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 00:02:41 -04:00
build matrix
This commit is contained in:
parent
7f59106d14
commit
755a9fa827
1 changed files with 28 additions and 5 deletions
33
.travis.yml
33
.travis.yml
|
@ -2,10 +2,33 @@ language: elixir
|
|||
notifications:
|
||||
recipients:
|
||||
- eduardo@gurgel.me
|
||||
elixir:
|
||||
- 1.5.3
|
||||
otp_release:
|
||||
- 19.0
|
||||
- 20.0
|
||||
cache:
|
||||
directories:
|
||||
- _build
|
||||
- deps
|
||||
sudo: false
|
||||
script: mix test
|
||||
matrix:
|
||||
include:
|
||||
- elixir: 1.5
|
||||
otp_release: 19.3
|
||||
- elixir: 1.5
|
||||
otp_release: 20.3
|
||||
- elixir: 1.6
|
||||
otp_release: 19.3
|
||||
- elixir: 1.6
|
||||
otp_release: 20.3
|
||||
- elixir: 1.6
|
||||
otp_release: 21.0
|
||||
- elixir: 1.7
|
||||
otp_release: 19.3
|
||||
- elixir: 1.7
|
||||
otp_release: 20.3
|
||||
- elixir: 1.7
|
||||
otp_release: 21.0
|
||||
- elixir: 1.8
|
||||
otp_release: 20.3
|
||||
- elixir: 1.8
|
||||
otp_release: 21.0
|
||||
- elixir: 1.8
|
||||
otp_release: 22.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue