Skip to content

Commit

Permalink
travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
f1yegor committed Sep 28, 2017
1 parent 9c30380 commit 4c9ba2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 144 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
clickhouse_exporter
.idea
.build
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ go:
- 1.8.x
- master

services:
- docker

before_script:
- docker --version
- docker-compose --version
- docker-compose -f docker-compose.yml up -d
- PACKAGES=`go list ./... | grep -v vendor`
- go get github.com/prometheus/promu
- go get github.com/AlekSi/gocoverutil

script:
- make init
- make cover
- promu build
- gocoverutil test -v $PACKAGES

after_success:
- bash <(curl -s https://codecov.io/bash) -X fix
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

132 changes: 0 additions & 132 deletions Makefile.COMMON

This file was deleted.

0 comments on commit 4c9ba2e

Please sign in to comment.