Skip to content

Commit 1ac8d62

Browse files
committed
Create travis.yml and add Travis CI
1 parent 8cffc2f commit 1ac8d62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: java
2+
install: true
3+
script:
4+
- mvn -B verify && cd ..

0 commit comments

Comments
 (0)