Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Apr 8, 2019
1 parent fde9a50 commit 403892f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ script:

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

deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file: "FILE TO UPLOAD"
skip_cleanup: true
on:
tags: true
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
all: build test


init:
go get -u github.com/prometheus/promu
go get -u github.com/AlekSi/gocoverutil
Expand Down

0 comments on commit 403892f

Please sign in to comment.