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