Skip to content

Commit a61f885

Browse files
committed
👷 Adding CI build system.
1 parent b854166 commit a61f885

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
3+
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true
4+
script: mvn -DskipTests=true clean install
5+
6+
7+
branches:
8+
only:
9+
- master

0 commit comments

Comments
 (0)