File: .travis.yml

package info (click to toggle)
golang-github-yl2chen-cidranger 0.0~git20180214.928b519-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 288 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - tip
before_install:
  - go get github.com/mattn/goveralls
script:
  - go test -v $(go list ./... | grep -v /vendor/)
  - $HOME/gopath/bin/goveralls -service=travis-ci