Skip to content

Commit

Permalink
Fix releaser test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Jun 26, 2018
1 parent 6914207 commit 1c30d68
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ go:
- "tip"
- "1.10"
- "1.9"

install:
- go get -v golang.org/x/exp/ebnf
- make build

script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
- make release version=testci

- make build
- ./cmd/nash/nash ./hack/releaser.sh testci

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

notifications:
webhooks:
urls:
Expand All @@ -32,4 +33,4 @@ notifications:
on_start: never
email:
- [email protected]
- tiago.katcipis@neoway.com.br
- tiagokatcipis@gmail.com

0 comments on commit 1c30d68

Please sign in to comment.