File: .travis.yml

package info (click to toggle)
golang-github-issue9-assert 0.0~git20170908.0.ceac1aa-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
language: go
go:
    - tip
    - 1.9
    - 1.8
    - 1.7
    - 1.6
    - 1.5
    - 1.4
    - 1.3