Browse Source

Don't run integration test.

greboid-patch-1
Greg Holmes 5 years ago
parent
commit
8dbf7041d2
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -1,2 +1,5 @@
1 1
 language: java
2 2
 jdk: [oraclejdk8]
3
+
4
+script:
5
+  - ./gradlew test jacocoTestReport coveralls

Loading…
Cancel
Save