File: .travis.yml

package info (click to toggle)
golang-github-neowaylabs-wabbit 0.0~git20210927.0.73ad61d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 272 kB
  • sloc: sh: 24; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: go
sudo: required

services:
  - docker

go:
  - tip
  - "1.14"
install:
  - go get -d -v ./...
  - go build
script:
  - go get github.com/axw/gocov/gocov
  - go get github.com/mattn/goveralls
  - go get github.com/fsouza/go-dockerclient
  - go get github.com/tiago4orion/conjure
  - go get golang.org/x/tools/cmd/cover
  - docker pull rabbitmq
  - hack/check.sh
#  - goveralls -coverprofile=coverage.txt -service=travis-ci
before_install:
  - sudo pip install codecov
after_success:
  codecov
notifications:
  email:
    - tiago.natel@neoway.com.br