Skip to content

Commit 4f9739a

Browse files
committed
Add support for Travis CI
1 parent a09c9e7 commit 4f9739a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: java
2+
3+
os:
4+
- linux
5+
- osx
6+
7+
osx_image: xcode11
8+
9+
cache:
10+
directories:
11+
- $HOME/.m2

0 commit comments

Comments
 (0)