Browse Source

Merge pull request #106 from greboid/java8

Switch CI to j8
pull/107/head
Chris Smith 9 years ago
parent
commit
790fd8a76c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      circle.yml

+ 2
- 0
circle.yml View File

@@ -1,6 +1,8 @@
1 1
 ---
2 2
 
3 3
 machine:
4
+  java:
5
+    version: oraclejdk8
4 6
   environment:
5 7
     TERM: dumb
6 8
 

Loading…
Cancel
Save