Skip to content

Commit

Permalink
Separate target for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredBroda committed Nov 30, 2017
1 parent a86d7a3 commit 2323df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ go:

jobs:
include:
- script: make
- script: make coveralls
- script: make travis-ci
- stage: GitHub Release
script: make release
deploy:
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ test-deps:
(go get github.com/modocache/gover)
@which goveralls > /dev/null || \
(go get github.com/mattn/goveralls)

travis-ci: lint test build coveralls

0 comments on commit 2323df6

Please sign in to comment.