File: .travis.yml

package info (click to toggle)
golang-github-brentp-goluaez 0.0~git20160116.dd35d08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.4
  - 1.4.1
  - 1.4.2
  - 1.5
  - tip

#before_install:
#  - go get github.com/axw/gocov/gocov
#  - go get github.com/mattn/goveralls
#  - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
#script:
#    - $HOME/gopath/bin/goveralls -service=travis-ci
script:
    - go test