From f29fca3827f66ac5b1ea931a9e542dd74169b27c Mon Sep 17 00:00:00 2001
From: Ryan Izard <rizard@g.clemson.edu>
Date: Fri, 29 Apr 2016 17:26:03 -0400
Subject: [PATCH] Update travis-ci to test against oraclejdk8. openjdk8 is not
 supported yet, apparently (but should still work w/Floodlight).

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fe88c7761..6aaef09f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@
 language: java
 
 jdk:
- - oraclejdk7
- - openjdk7
+ - oraclejdk8
+# - openjdk8 does not appear to be an option as of 04/29/16
 
 notifications:
   email:
-- 
GitLab