Skip to content

Commit

Permalink
build then test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed May 31, 2018
1 parent 74c745f commit 32a428b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ before_install:
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- go build -o immortal cmd/immortal/main.go
- go build -o immortalctl cmd/immortalctl/main.go
- go build -o immortaldir cmd/immortaldir/main.go
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 32a428b

Please sign in to comment.