File: .travis.yml

package info (click to toggle)
golang-github-hhatto-gorst 0.0~git20181029.ca9f730-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 436 kB
  • sloc: makefile: 38
file content (15 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false

language: go

go:
    - 1.6
    - 1.7
    - 1.8
    - tip

install:
    - go get -v

script:
    - go test -v ./