Skip to content

Commit b5a668d

Browse files
committed
Fix travis settings (was not building 2.13 branch)
1 parent 307bea6 commit b5a668d

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
@@ -32,7 +32,7 @@ script: "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn -B source:jar deploy --sett
3232
branches:
3333
only:
3434
- master
35-
- "2.12"
35+
- "2.13"
3636

3737
env:
3838
global:

0 commit comments

Comments
 (0)