forked from jonasschmidt/ex_json_schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
44 lines (44 loc) · 842 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: elixir
sudo: false
elixir:
- 1.6
- 1.7
- 1.8
- 1.9
otp_release:
- 19.3
- 20.3
- 21.0
- 22.0
matrix:
exclude:
- elixir: 1.6
otp_release: 21.0
- elixir: 1.6
otp_release: 22.0
- elixir: 1.7
otp_release: 19.3
- elixir: 1.7
otp_release: 20.3
- elixir: 1.8
otp_release: 19.3
- elixir: 1.8
otp_release: 20.3
- elixir: 1.9
otp_release: 19.3
- elixir: 1.9
otp_release: 20.3
include:
- elixir: 1.9
otp_release: 22.0
env: DIALZYER_TASK=", dialyzer --halt-exit-status"
env:
global:
- MIX_ENV=test
before_install:
- git submodule update --init --recursive
script:
- "mix do deps.get, deps.compile, compile --warnings-as-errors $DIALZYER_TASK && mix coveralls.travis"
notifications:
email: