f85daec559
* Reformat to use Fabric API's checkstyle * Fix * Fix * Update * Travis and fixes * possible fix for checkstyle? * Helps if i push the checkstyle.xml file... * Log checkstyle issues to console - used by travis * Fix some more issues * opps
12 lines
No EOL
152 B
YAML
12 lines
No EOL
152 B
YAML
language: java
|
|
install: true
|
|
|
|
jdk:
|
|
- openjdk8
|
|
|
|
script:
|
|
- chmod +x gradlew
|
|
- ./gradlew check build test --stacktrace
|
|
|
|
notifications:
|
|
email: false |