File: .travis.yml

package info (click to toggle)
golang-github-mitchellh-cli 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 13
file content (18 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: false

language: go

env:
  - GO111MODULE=on

go:
  - "1.11"
  - "1.12"
  - "1.13"
  - "1.14"

branches:
  only:
    - master

script: make updatedeps test testrace