Skip to content

Commit fb375b8

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent 4c39484 commit fb375b8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ sudo: false
44
language: erlang
55
notifications:
66
email:
7-
7+
recipients:
8+
9+
on_success: never
10+
on_failure: always
811
addons:
912
apt:
1013
sources:
@@ -15,7 +18,7 @@ addons:
1518
# Use Elixir from Erlang Solutions. The provided Elixir is
1619
# installed with kiex but is old. We also can't use kiex to
1720
# install a newer one because of GitHub API rate limiting.
18-
- elixir=1.4.5-1
21+
- elixir=1.6.0-1
1922
cache:
2023
apt: true
2124
env:
@@ -25,7 +28,7 @@ env:
2528

2629
otp_release:
2730
- "19.3"
28-
- "20.1"
31+
- "20.3"
2932

3033
before_script:
3134
# The checkout made by Travis is a "detached HEAD" and branches

0 commit comments

Comments
 (0)