Browse Source

Add travis config

tags/v0.2.1
Chris Smith 5 years ago
parent
commit
e86f2540f9
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

@@ -0,0 +1,6 @@
1
+dist: trusty
2
+language: java
3
+jdk:
4
+  - oraclejdk8
5
+  - oraclejdk9
6
+  - oraclejdk11

Loading…
Cancel
Save