Browse Source

chmod +x .mvnw

zhouhao 6 years ago
parent
commit
ef5e32a400
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ sudo: false
 jdk:
   - oraclejdk8
 before_install:
-  - chmod +x .mvnw
+  - chmod +x mvnw
 script:
   - mvn -q test
 after_success: