File: .travis.yml

package info (click to toggle)
golang-github-hashicorp-go-rootcerts 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, sid, trixie
  • size: 124 kB
  • sloc: makefile: 9
file content (12 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false

language: go

go:
  - 1.6

branches:
  only:
    - master

script: make test