merge all into single repo
This commit is contained in:
+5
-13
@@ -1,13 +1,5 @@
|
||||
language: java
|
||||
|
||||
install:
|
||||
- git clone https://github.com/SerVal-DTF/simple-utils
|
||||
- cd simple-utils
|
||||
- mvn install -DskipTests
|
||||
- cd ..
|
||||
- git clone https://github.com/SerVal-DTF/gumtree
|
||||
- cd gumtree
|
||||
- mvn install -DskipTests
|
||||
- cd ..
|
||||
|
||||
script: mvn test
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
Reference in New Issue
Block a user