Skip to content

Commit d384006

Browse files
Merge pull request #15 from RUB-NDS/travis-mvnw
Modified mvnw permissions to be correctly handled by travis
2 parents b861a45 + 108c27d commit d384006

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)