Skip to content

Commit

Permalink
Fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik van Brakel committed Apr 24, 2018
1 parent e08b576 commit b1ce6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ services:
install: true

script:
docker pull minio/minio
go test -v ./...
- docker pull minio/minio
- go test -v ./...

0 comments on commit b1ce6f4

Please sign in to comment.