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

Commit e8fb8be

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent 24fa5b0 commit e8fb8be

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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
- maven
2023
cache:
2124
apt: true
@@ -26,7 +29,7 @@ env:
2629

2730
otp_release:
2831
- "19.3"
29-
- "20.1"
32+
- "20.3"
3033

3134
before_script:
3235
# The checkout made by Travis is a "detached HEAD" and branches
@@ -44,7 +47,7 @@ before_script:
4447
- |
4548
echo YES | kiex implode
4649
elixir --version
47-
elixir --version | grep -q 'Elixir 1.4.5'
50+
elixir --version | grep -q 'Elixir 1.6.0'
4851
4952
script:
5053
- make xref

.travis.yml.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@@ -16,6 +16,7 @@
44
# installed with kiex but is old. We also can't use kiex to
55
# install a newer one because of GitHub API rate limiting.
6-
- elixir=1.4.5-1
6+
- elixir=1.6.0-1
77
+ - maven
88
cache:
99
apt: true

0 commit comments

Comments
 (0)