mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
update travis ci
This commit is contained in:
parent
b09754cae3
commit
e2d8425891
1 changed files with 19 additions and 15 deletions
34
.travis.yml
34
.travis.yml
|
@ -1,7 +1,8 @@
|
|||
language: elixir
|
||||
notifications:
|
||||
recipients:
|
||||
- eduardo@gurgel.me
|
||||
email:
|
||||
recipients:
|
||||
- eduardo@gurgel.me
|
||||
cache:
|
||||
directories:
|
||||
- _build
|
||||
|
@ -10,16 +11,19 @@ sudo: false
|
|||
script: mix test
|
||||
matrix:
|
||||
include:
|
||||
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
|
||||
- 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'
|
||||
- elixir: '1.15.8'
|
||||
otp_release: '25.3.2.12'
|
||||
- elixir: '1.16.3'
|
||||
otp_release: '26.2.5'
|
||||
|
|
Loading…
Add table
Reference in a new issue