Skip to content

Commit

Permalink
Update travis to test against latest go version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattatcha committed Oct 23, 2017
1 parent 724b72f commit f6ef0c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
sudo: false
language: go
go:
- 1.7
- 1.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
script:
- go get github.com/kardianos/govendor
- cd clearbit && govendor sync
script:
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -cover -race ./...

0 comments on commit f6ef0c7

Please sign in to comment.