Skip to content

Commit

Permalink
Added travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
maja42 committed Feb 2, 2021
1 parent 85a6092 commit b6b2324
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go
go:
- 1.15.x
script:
- go build ./cmd/embedder
- go vet ./...

- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out ./...
after_success:
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit b6b2324

Please sign in to comment.