File: .travis.yml

package info (click to toggle)
goxkcdpwgen 0.0~git20181107.de898c7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 892 kB
  • sloc: makefile: 36
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
language: go

go:
    - 1.x
    - 1.8.x
    - master

before_install:
  - go get -v github.com/stretchr/testify/assert