Skip to content

Commit

Permalink
Make Gradlew executable by default (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored and akarnokd committed Aug 23, 2016
1 parent 806f586 commit 4e933de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ language: java
jdk:
- oraclejdk7

before_install:
- chmod +x gradlew

after_success:
- bash <(curl -s https://codecov.io/bash)

# cache between builds
cache:
directories:
- $HOME/.m2
- $HOME/.gradle

Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 4e933de

Please sign in to comment.