Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akirasosa committed Mar 1, 2017
1 parent a8262a5 commit e988078
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ install:
- pip install awscli
- aws --version

script: ./gradlew clean jooqGenerate build jacocoTestReport coveralls
script:
- pwd
- ./gradlew clean jooqGenerate build jacocoTestReport coveralls
- ls -R

before_deploy:
# Parse branch name and determine an environment to deploy
Expand Down

0 comments on commit e988078

Please sign in to comment.