Skip to content

Commit

Permalink
Fix travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Mar 1, 2019
1 parent 63e41d0 commit b9d0e19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ before_install:

script:
# build test for supported platforms
- GOOS=linux go build ./cmd/...
- GOOS=darwin go build ./cmd/...
- GOOS=freebsd go build ./cmd/...
- GOOS=windows go build ./cmd/...
- GOARCH=386 go build ./cmd/...
- GOOS=linux go build -o /dev/null ./cmd/...
- GOOS=darwin go build -o /dev/null ./cmd/...
- GOOS=freebsd go build -o /dev/null ./cmd/...
- GOOS=windows go build -o /dev/null ./cmd/...
- GOARCH=386 go build -o /dev/null ./cmd/...

# run tests with the race detector
- go test -v -cover -race -coverprofile=all.coverprofile ./...
Expand Down

0 comments on commit b9d0e19

Please sign in to comment.