File: .travis.yml

package info (click to toggle)
golang-github-xlzd-gotp 0.0~git20181030.c8557ba-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 5
file content (6 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
language: go
go:
    - 1.9
install:
    - go get -v -t ./...
    - go get -v ./...