Skip to content

Commit 5201c05

Browse files
author
Nicholas Mathison
committed
Changed Travis_Commit snippet length to 7
7 characters matches the github commit snippet length
1 parent e00221d commit 5201c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rvm:
44
install:
55
- ant install-ivy -DfailIvy=false
66
before_script:
7-
- export VERSION=${TRAVIS_TAG}.${TRAVIS_COMMIT:0:8}
7+
- export VERSION=${TRAVIS_TAG}.${TRAVIS_COMMIT:0:7}
88
- ant run-tests
99
script:
1010
- ant -Dcompile.no=y -Dversion=${VERSION}

0 commit comments

Comments
 (0)