Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
enabling travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eduncan911 committed Mar 28, 2017
1 parent 190a62d commit 5eb558f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ go:

install:
- go get -v -t .
- go get -v github.com/mattn/goveralls
- go install -v github.com/mattn/goveralls

script:
- go test -covermode count -coverprofile cover.out
- go test -test.run Benchmark -cpu 1 -bench .
- goveralls -service travis-ci -repotoken $COVERALLS_TOKEN -coverprofile cover.out
- go build

branches:
only:
Expand All @@ -20,4 +16,3 @@ branches:

notifications:
email: change

0 comments on commit 5eb558f

Please sign in to comment.