File: .travis.yml

package info (click to toggle)
golang-github-jdkato-prose 1.1.0%2Bgit20171031.e27abfd-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,848 kB
  • sloc: python: 115; makefile: 55; sh: 21
file content (12 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: go
go:
  - 1.7
  - 1.8
before_install:
  - go get github.com/mattn/goveralls
install:
  - make setup
  - make build
script:
  - make test
  - bash scripts/cover.sh