Fix Travis Builds for Pull Requests (#2208)

* fix travis

* I don't think we need this

* we don't use circleci anymore
This commit is contained in:
nicegamer7 2020-05-06 13:07:48 -04:00 committed by GitHub
parent 59cfacf007
commit 1fac13247f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
machine:
java:
version: oraclejdk8