File: .travis.yml

package info (click to toggle)
golang-github-evanphx-json-patch 0.0~git20150402.0.766277e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 87
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go

go:
  - 1.4
  - 1.3

install:
  - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
  - go test -cover ./...

notifications:
  email: false