Merge pull request #10 from SerVal-DTF/travis
chore: add Travis configuration
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user