From b30a3f81c3e91b1aeb1a790cf9e59c8984676abf Mon Sep 17 00:00:00 2001 From: croft <croftbc@gmail.com> Date: Wed, 30 Aug 2017 13:52:50 -0500 Subject: [PATCH] Remove travis file --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6aaef09f1..000000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Floodlight build and test via Travis-CI - -language: java - -jdk: - - oraclejdk8 -# - openjdk8 does not appear to be an option as of 04/29/16 - -notifications: - email: - recipients: - - ryan.izard@bigswitch.com -- GitLab