Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 22, 2018
1 parent 364328c commit 56fbaec
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
@@ -0,0 +1,29 @@
language: go

os:
- linux

go:
- 1.2.x
- 1.3.x
- 1.4
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip

sudo: required
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls

script:
- go test -v -tags ci ./...
- $GOPATH/bin/goveralls -service=travis-ci

notifications:
email:
on_success: change
on_failure: always

0 comments on commit 56fbaec

Please sign in to comment.