File: .travis.yml

package info (click to toggle)
golang-github-flynn-json5 0.0~git20160717.7620272-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 712 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: go
go:
  - 1.6.2
  - tip

sudo: false

matrix:
  allow_failures:
    - go: tip