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 4c39484 commit fb375b8Copy full SHA for fb375b8
.travis.yml
@@ -4,7 +4,10 @@ sudo: false
4
language: erlang
5
notifications:
6
email:
7
- - [email protected]
+ recipients:
8
+ - [email protected]
9
+ on_success: never
10
+ on_failure: always
11
addons:
12
apt:
13
sources:
@@ -15,7 +18,7 @@ addons:
15
18
# Use Elixir from Erlang Solutions. The provided Elixir is
16
19
# installed with kiex but is old. We also can't use kiex to
17
20
# install a newer one because of GitHub API rate limiting.
- - elixir=1.4.5-1
21
+ - elixir=1.6.0-1
22
cache:
23
apt: true
24
env:
@@ -25,7 +28,7 @@ env:
25
28
26
29
otp_release:
27
30
- "19.3"
- - "20.1"
31
+ - "20.3"
32
33
before_script:
34
# The checkout made by Travis is a "detached HEAD" and branches
0 commit comments