Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Pabón committed Apr 7, 2016
1 parent 088905b commit 0481712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -12,11 +12,11 @@ matrix:
- go: 1.4.2
env: OPTIONS=""
- go: 1.5.3
env: OPTIONS="-race"
env: OPTIONS="-race" VET="true"
- go: 1.6
env: COVERAGE="true" OPTIONS=""
env: COVERAGE="true" OPTIONS="" VET="true"
script:
- go fmt ./... | wc -l | grep 0
- go vet ./...
- if [[ -n "$VET" ]]; then go vet ./...; fi
- go test -v $OPTIONS ./...
- if [[ -n "$COVERAGE" ]]; then bash .travis-coverage; fi

0 comments on commit 0481712

Please sign in to comment.