File: .travis.yml

package info (click to toggle)
golang-github-unknwon-paginater 0.0~git20170405.0.45e5d63-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: makefile: 11
file content (14 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: go
go:
  - 1.4.x
  - 1.5.x
  - 1.6.x
  - 1.7.x
  - 1.8.x
  - master

script: 
  - go get golang.org/x/tools/cmd/cover
  - go get -v github.com/smartystreets/goconvey
  - go test -v -cover -race