Skip to content

Commit d0273f3

Browse files
committed
travis: fix branch build
RabbitMQ Makefile automatically detects the dependencies version from the branch name. Travis checkouts to the head of the branch loosing such information. Therefore, we need to provide the branch information in some other way. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 9b66814 commit d0273f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: elixir
33
elixir: '1.6.6'
44
otp_release:
55
- '21.0'
6-
script: make tests
6+
script: make tests current_rmq_ref=$TRAVIS_BRANCH
77
branches:
88
only:
99
- master

0 commit comments

Comments
 (0)