File: .travis.yml

package info (click to toggle)
golang-github-go-stack-stack 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental, forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go
sudo: false
go:
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - tip

before_install:
  - go get github.com/mattn/goveralls

script:
  - goveralls -service=travis-ci