Skip to content

Commit 736ed47

Browse files
Modified mvnw permissions to be correctly handled by travis
1 parent 6b9e23d commit 736ed47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: java
22

33
sudo: false
44

5+
before_install:
6+
- chmod +x mvnw
7+
58
script: ./mvnw -Ptravis clean package
69

710
jdk:
@@ -16,4 +19,4 @@ branches:
1619
notifications:
1720
email:
1821
recipients:
19-
- juraj.somorovsky@hackmanit.de
22+
- juraj.somorovsky@hackmanit.de

0 commit comments

Comments
 (0)