mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 18:25:16 +00:00
Simplify the Travis build matrix (#87)
This commit is contained in:
parent
06d2d75680
commit
cd95abad2e
17
.travis.yml
17
.travis.yml
@ -1,19 +1,12 @@
|
||||
language: elixir
|
||||
elixir:
|
||||
- 1.2.6
|
||||
- 1.3.4
|
||||
otp_release:
|
||||
- 18.2
|
||||
- 19.2
|
||||
elixir: 1.3.4
|
||||
otp_release: 19.2
|
||||
matrix:
|
||||
# We are only interested on the newest/oldest pair
|
||||
exclude:
|
||||
- elixir: 1.3.4
|
||||
otp_release: 18.2
|
||||
include:
|
||||
- elixir: 1.2.6
|
||||
otp_release: 19.2
|
||||
otp_release: 18.2
|
||||
sudo: required
|
||||
group: edge
|
||||
dist: trusty
|
||||
services: docker
|
||||
env:
|
||||
- THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker
|
||||
|
Loading…
Reference in New Issue
Block a user