forked from sheharyarn/que
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
51 lines (42 loc) · 954 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
45
46
47
48
49
50
51
language: elixir
# Build Matrix (https://git.io/fjbbL)
matrix:
include:
# Elixir 1.4 with OTP 19
- elixir: 1.4.0
otp_release: 19.0
# Elixir 1.5 with OTP 19-20
- elixir: 1.5.0
otp_release: 19.0
- elixir: 1.5.0
otp_release: 20.0
# Elixir 1.6 with OTP 19-20
- elixir: 1.6.0
otp_release: 19.0
- elixir: 1.6.0
otp_release: 20.0
# Elixir 1.7 with OTP 20-21
- elixir: 1.7.0
otp_release: 20.0
- elixir: 1.7.0
otp_release: 21.0
# Elixir 1.8 with OTP 20-22
- elixir: 1.8.0
otp_release: 20.0
- elixir: 1.8.0
otp_release: 21.0
- elixir: 1.8.0
otp_release: 22.0
# Elixir 1.9 with OTP 20-22
- elixir: 1.9.0
otp_release: 20.0
- elixir: 1.9.0
otp_release: 21.0
- elixir: 1.9.0
otp_release: 22.0
sudo: false
script:
- mix test
after_script:
- MIX_ENV=docs mix deps.get
- MIX_ENV=docs mix inch.report