Skip to content

Commit 18cd409

Browse files
committed
Update mybatis 3.5.2-SNAPSHOT on Travis CI
Fixes gh-18
1 parent ede515f commit 18cd409

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
@@ -11,7 +11,7 @@ script:
1111
# build using mybatis 3.4.x line
1212
- ./mvnw clean verify -Dmybatis.version=3.4.6
1313
# build using mybatis 3.5.x snapshot
14-
- ./mvnw clean verify -Dmybatis.version=3.5.1-SNAPSHOT
14+
- ./mvnw clean verify -Dmybatis.version=3.5.2-SNAPSHOT
1515

1616
after_success:
1717
- chmod -R 777 ./travis/after_success.sh

0 commit comments

Comments
 (0)