Skip to content

Commit

Permalink
Update mybatis 3.5.2-SNAPSHOT on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Apr 13, 2019
1 parent ede515f commit 18cd409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
# build using mybatis 3.4.x line
- ./mvnw clean verify -Dmybatis.version=3.4.6
# build using mybatis 3.5.x snapshot
- ./mvnw clean verify -Dmybatis.version=3.5.1-SNAPSHOT
- ./mvnw clean verify -Dmybatis.version=3.5.2-SNAPSHOT

after_success:
- chmod -R 777 ./travis/after_success.sh
Expand Down

0 comments on commit 18cd409

Please sign in to comment.