Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit aee5dfb

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent 009d294 commit aee5dfb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 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
@@ -43,7 +46,7 @@ before_script:
4346
- |
4447
echo YES | kiex implode
4548
elixir --version
46-
elixir --version | grep -q 'Elixir 1.4.5'
49+
elixir --version | grep -q 'Elixir 1.6.0'
4750
4851
script:
4952
- make xref

0 commit comments

Comments
 (0)