Skip to content

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcollinge committed Jan 26, 2018
1 parent 5721109 commit 07b976d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@ language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- tip

matrix:
allow_failures:
- go: tip

sudo: false

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

before_script:
- gofmt -s -l .

script:
- go build
- go test -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
- $HOME/gopath/bin/goveralls -coverprofile=coverage.txt -service=travis-ci

0 comments on commit 07b976d

Please sign in to comment.