forked from PSPDFKit-labs/bypass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
65 lines (47 loc) · 1.07 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
language: elixir
env:
- MIX_ENV=test
install:
- mix do local.hex --force, local.rebar --force
- mix deps.get
- mix compile
script:
- mix test
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
jobs:
include:
# Elixir 1.7: 19-22
- elixir: "1.7"
otp_relase: "19.0"
- elixir: "1.7"
otp_relase: "20.0"
- elixir: "1.7"
otp_relase: "21.0"
- elixir: "1.7"
otp_relase: "22.0"
# Elixir 1.8: 20-22
- elixir: "1.8"
otp_relase: "20.0"
- elixir: "1.8"
otp_relase: "21.0"
- elixir: "1.8"
otp_relase: "22.0"
# Elixir 1.9: 20-22
- elixir: "1.9"
otp_relase: "20.0"
- elixir: "1.9"
otp_relase: "21.0"
- elixir: "1.9"
otp_relase: "22.0"
# Elixir 1.10: 21-22
- elixir: "1.10"
otp_relase: "21.0"
- elixir: "1.10"
otp_relase: "22.0"
# Elixir 1.11: 21-23
- elixir: "1.11"
otp_relase: "21.0"
- elixir: "1.11"
otp_relase: "22.0"
- elixir: "1.11"
otp_relase: "23.0"