File: .travis.yml

package info (click to toggle)
golang-github-euank-go-kmsg-parser 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 112 kB
  • sloc: makefile: 12
file content (14 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
go:
- 1.11

branches:
  only:
  - master
  - dev


script:
- make test-deps
- make test
- make