814e09de20
This reverts commit 6e31b0f0c0
.
We'll support Elixir 1.7 for now on a separate branch using the latest
unreleased RDF.ex version.
14 lines
262 B
YAML
14 lines
262 B
YAML
language: elixir
|
|
matrix:
|
|
include:
|
|
- otp_release: 19.3
|
|
elixir: 1.5
|
|
- otp_release: 20.0
|
|
elixir: 1.5
|
|
- otp_release: 19.3
|
|
elixir: 1.6
|
|
- otp_release: 20.0
|
|
elixir: 1.6
|
|
sudo: false
|
|
script:
|
|
- MIX_ENV=test mix coveralls.travis
|