Skip to content

Commit

Permalink
Modified mvnw permissions to be correctly handled by travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajsomorovsky committed Sep 30, 2016
1 parent 6b9e23d commit 736ed47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,9 @@ language: java

sudo: false

before_install:
- chmod +x mvnw

script: ./mvnw -Ptravis clean package

jdk:
Expand All @@ -16,4 +19,4 @@ branches:
notifications:
email:
recipients:
- juraj.somorovsky@hackmanit.de
- juraj.somorovsky@hackmanit.de

0 comments on commit 736ed47

Please sign in to comment.