Skip to content

Commit

Permalink
Travis-5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilRoot committed Dec 28, 2019
1 parent b09528a commit d266a38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ before_install:
- chmod +x gradlew

script:
./gradlew shadowJar
- ./gradlew shadowJar
- mv `find build/libs -name "*.jar" | head -n 1` quoter.jar

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

after_script:
- mv `find build/libs -name "*.jar" | head -n 1` quoter.jar

cache:
bundler: true
directories:
Expand Down

0 comments on commit d266a38

Please sign in to comment.