Explorar el Código

Don't run integration test.

greboid-patch-1
Greg Holmes hace 5 años
padre
commit
8dbf7041d2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml Ver fichero

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

Loading…
Cancelar
Guardar