File: .travis.yml

package info (click to toggle)
golang-github-issue9-identicon 0.0~git20170630.0.5196591-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
    - tip
    - 1.8
    - 1.7
    - 1.6
    - 1.5
    - 1.4
    - 1.3
install:
    - go get github.com/issue9/assert