Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid-sohrabloo committed Oct 7, 2015
1 parent 723f0cd commit 6ea1d4a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
before_install:
- go get -v github.com/smartystreets/goconvey
- go get -v github.com/axw/gocov/gocov
- go get -v github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- goveralls -v -service travis-ci -repotoken $COVERALLS_TOKEN || go test -v
matrix:
allow_failures:
- go: 1.1
- go: 1.2
- go: 1.3

0 comments on commit 6ea1d4a

Please sign in to comment.