We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5080 commit 6cbdc75Copy full SHA for 6cbdc75
.travis.yml
@@ -1,21 +1,19 @@
1
language: elixir
2
elixir:
3
- - 1.5.1
4
- - 1.6.5
+ - 1.8.2
5
sudo: false # to use faster container based build environment
6
notifications:
7
recipients:
8
- [email protected]
9
otp_release:
10
- - 19.3
11
- - 20.0
+ - 22.0
12
script:
13
- if [[ $(elixir --version) = *"1.6"* ]]; then mix format --check-formatted; fi
14
- mix test
15
after_script:
16
- mix deps.get --only docs
17
- MIX_ENV=docs mix inch.report
18
matrix:
19
- exclude:
20
- - elixir: 1.3.4
21
- otp_release: 20.0
+ include:
+ - elixir: 1.5.1
+ otp_release: 19.3
0 commit comments