chore: add Travis configuration

This commit is contained in:
Martin Monperrus
2020-03-20 11:32:50 +01:00
parent ba34a91b8e
commit 1983853c63
+13
View File
@@ -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