File: .travis.yml

package info (click to toggle)
golang-github-poy-onpar 0.3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 456 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
6
7
8
9
language: go

go:
  - 1.14.x
  - 1.15.x

install:
  - go get -d -v -t ./...