From 1fac13247f297a5d6043b475cade3d18f5d54c2b Mon Sep 17 00:00:00 2001 From: nicegamer7 Date: Wed, 6 May 2020 13:07:48 -0400 Subject: [PATCH] Fix Travis Builds for Pull Requests (#2208) * fix travis * I don't think we need this * we don't use circleci anymore --- .travis.yml | 3 +-- circle.yml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 circle.yml diff --git a/.travis.yml b/.travis.yml index 1ecfa2d1..2e7dbb32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ jdk: - oraclejdk8 notifications: email: false -before_install: - - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml +dist: trusty diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 593dfcb2..00000000 --- a/circle.yml +++ /dev/null @@ -1,3 +0,0 @@ -machine: - java: - version: oraclejdk8 \ No newline at end of file