Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
VMitov committed May 18, 2017
1 parent 1c14c0c commit 9bab81a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
- test -z "$(gofmt -s -l . 2>&1 | grep -v vendor | tee /dev/stderr)"
- test -z "$(go list ./... 2>&1 | grep -v /vendor/ | xargs -L1 golint | tee /dev/stderr)"
script: goveralls -service=travis-ci
- &test
stage: test alternative environments
- stage: test alternative environments
script: go test $(go list ./... | grep -v /vendor/)
- <<: test
go: 1.x
os: osx
- <<: test
- stage: test alternative environments
script: go test $(go list ./... | grep -v /vendor/)
go: tip
os: linux
- stage: GitHub releases
Expand Down

0 comments on commit 9bab81a

Please sign in to comment.