File: .travis.yml

package info (click to toggle)
golang-github-nightlyone-lockfile 0.0~git20170804.6a197d5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
go:
  - 1.4.3
  - 1.6.2
  - tip

# Only test commits to production branch and all pull requests
branches:
  only:
    - master

matrix:
  allow_failures:
  - go: tip