diff --git a/.travis.yml b/.travis.yml index 2c00abf7..06d182e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ --- +os: linux +dist: xenial language: java -sudo: false - -# http://docs.travis-ci.com/user/caching/#Arbitrary-directories cache: directories: - $HOME/.m2 @@ -18,5 +17,5 @@ before_script: script: - mvn test -B -Dtestng.runHttpRemoteTests=1 -Dtestng.runS3RemoteTests=1 -matrix: +jobs: fast_finish: true diff --git a/location-server/start-location.sh b/location-server/start-location.sh index 61aaf9a2..a47c2062 100755 --- a/location-server/start-location.sh +++ b/location-server/start-location.sh @@ -10,7 +10,7 @@ PLATFORM=`uname | tr '[:upper:]' '[:lower:]'` curl -sfSo mc "https://dl.minio.io/client/mc/release/$PLATFORM-amd64/mc" chmod +x minio mc ./minio --version -./mc version +./mc --version export MINIO_ACCESS_KEY=accesskey MINIO_SECRET_KEY=secretkey ./minio server --address localhost:$PORT . &