mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-21 15:01:30 +01:00
Config travis and circle for Java 8. Resolves #1834
(cherry picked from commit 63abf33414
)
This commit is contained in:
parent
2792001453
commit
fdee9c7e9a
@ -1,6 +1,6 @@
|
||||
language: java
|
||||
jdk:
|
||||
- openjdk7
|
||||
- oraclejdk8
|
||||
notifications:
|
||||
email: false
|
||||
before_install:
|
||||
|
3
circle.yml
Normal file
3
circle.yml
Normal file
@ -0,0 +1,3 @@
|
||||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
Loading…
Reference in New Issue
Block a user