mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -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:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- eduardo@gurgel.me
|
- eduardo@gurgel.me
|
||||||
elixir:
|
cache:
|
||||||
- 1.5.3
|
directories:
|
||||||
otp_release:
|
- _build
|
||||||
- 19.0
|
- deps
|
||||||
- 20.0
|
|
||||||
sudo: false
|
sudo: false
|
||||||
script: mix test
|
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