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 c0ad960 commit 55c25b9Copy full SHA for 55c25b9
.travis.yml
@@ -1,16 +1,24 @@
1
language: elixir
2
-elixir:
3
- - 1.8.2
+matrix:
+ include:
4
+ - elixir: "1.5.3"
5
+ otp_release: "19.3"
6
+ - elixir: "1.6.6"
7
8
+ - elixir: "1.7.4"
9
10
+ - elixir: "1.8.2"
11
+ otp_release: "20.3"
12
+ - elixir: "1.9.4"
13
14
+ - elixir: "1.10.3"
15
+ otp_release: "21.3"
16
17
+ otp_release: "23.0"
18
sudo: false # to use faster container based build environment
19
notifications:
20
recipients:
21
- [email protected]
-otp_release:
- - 22.0
22
script:
23
- if [[ $(elixir --version) = *"1.6"* ]]; then mix format --check-formatted; fi
24
- mix test
-matrix:
- include:
- - elixir: 1.5.1
- otp_release: 19.3
0 commit comments