Skip to content

Commit bb6cbf3

Browse files
author
Jake Waffle
committed
Fixed the actual problem that I was running into and reverted the JDK version back to 1.8. I just was skipping the problematic unit test due to some problems in my dev environment.
1 parent 4adbc38 commit bb6cbf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cache:
55
- $HOME/.m2
66

77
jdk:
8-
- openjdk11
8+
- oraclejdk8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"$ref" : "subschemas.json#/integer"
2+
"$ref" : "subSchemas.json#/integer"
33
}

0 commit comments

Comments
 (0)