Skip to content

Commit 7f61ab0

Browse files
committed
Upgrade to MyBatis 3.5.0 using Travis CI
1 parent 643ad6f commit 7f61ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jdk:
77
script:
88
# build using mybatis latest version
99
- ./mvnw clean verify
10-
# build using mybatis 3.5.x line (under development version)
11-
- ./mvnw clean verify -Dmybatis.version=3.5.0-SNAPSHOT
10+
# build using mybatis 3.5.x line
11+
- ./mvnw clean verify -Dmybatis.version=3.5.0
1212

1313
after_success:
1414
- chmod -R 777 ./travis/after_success.sh

0 commit comments

Comments
 (0)