Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,5 +17,5 @@ before_script:
script:
- mvn test -B -Dtestng.runHttpRemoteTests=1 -Dtestng.runS3RemoteTests=1

matrix:
jobs:
fast_finish: true
2 changes: 1 addition & 1 deletion location-server/start-location.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 . &
Expand Down