Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit f6f1c57

Browse files
Fixing travis install_dependencies.sh with branch
1 parent 7d9d27b commit f6f1c57

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
@@ -1,9 +1,9 @@
11
language: java
22

33
before_install:
4-
- BRANCH=develop ./install_dependencies.sh
54
- "export DISPLAY=:99.0"
65
- "sh -e /etc/init.d/xvfb start"
6+
- BRANCH=$TRAVIS_BRANCH ./install_dependencies.sh
77

88
install: mvn install
99

0 commit comments

Comments
 (0)