Updated dependencies and added buildScan support.

This commit is contained in:
Erik C. Thauvin 2019-04-11 00:32:14 -07:00
parent 9985de1e0a
commit 6f4d3c1501
3 changed files with 23 additions and 7 deletions

View file

@ -1,5 +1,9 @@
language: java
env:
global:
- CI=true
jdk:
- oraclejdk8
@ -15,7 +19,7 @@ before_install:
- chmod +x gradlew
script:
- ./gradlew check
- ./gradlew check --scan
cache:
directories: