Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis-ci status #47

Merged
merged 9 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
no tree
  • Loading branch information
SupinePandora43 committed Jul 7, 2019
commit 77e1c8eb55f1f47575f315ad534cf4d47311ebe7
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: java
jdk: openjdk8
install: skip
apt_packages:
- tree
before_script:
- tree
- chmod +x ./gradlew
before_script: chmod +x ./gradlew
script: ./gradlew build
after_script: tree