Skip to content

Commit

Permalink
Travis build added
Browse files Browse the repository at this point in the history
  • Loading branch information
T-PWK committed Sep 22, 2018
1 parent 5829631 commit 0e929e2
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
@@ -0,0 +1,10 @@
language: go
go:
- 1.10.x
go_import_path: github.com/t-pwk/go-mandelbrot
before_script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- "$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN"

0 comments on commit 0e929e2

Please sign in to comment.