Skip to content

Commit 6cbdc75

Browse files
amatalaiJosé Valim
authored andcommitted
Update TravisCI configuration (#241)
1 parent 71c5080 commit 6cbdc75

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
language: elixir
22
elixir:
3-
- 1.5.1
4-
- 1.6.5
3+
- 1.8.2
54
sudo: false # to use faster container based build environment
65
notifications:
76
recipients:
87
98
otp_release:
10-
- 19.3
11-
- 20.0
9+
- 22.0
1210
script:
1311
- if [[ $(elixir --version) = *"1.6"* ]]; then mix format --check-formatted; fi
1412
- mix test
1513
after_script:
1614
- mix deps.get --only docs
1715
- MIX_ENV=docs mix inch.report
1816
matrix:
19-
exclude:
20-
- elixir: 1.3.4
21-
otp_release: 20.0
17+
include:
18+
- elixir: 1.5.1
19+
otp_release: 19.3

0 commit comments

Comments
 (0)