Skip to content

Commit b909177

Browse files
committed
Move script for checkout fixing to before_install
This should happen first before performing any other build steps to ensure that the correct version information is always available.
1 parent b544371 commit b909177

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
@@ -4,7 +4,7 @@ language: java
44
jdk:
55
- oraclejdk8
66

7-
install:
7+
before_install:
88
- ./travis/switch-to-branch.sh
99

1010
after_success:

0 commit comments

Comments
 (0)