Skip to content

Commit

Permalink
#23 Create CI with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
srcmaxim committed Aug 19, 2017
1 parent 0c10e83 commit 6d81a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required

before_install:
- chmod +x gradlew
- mysql -u root
- mysql -u root -p root

script:
- gradle build test itest --info
- gradle build test itest

0 comments on commit 6d81a99

Please sign in to comment.