File: .travis.yml

package info (click to toggle)
golang-github-mitchellh-copystructure 0.0~git20161013.0.5af94ae-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, experimental
  • size: 96 kB
  • ctags: 83
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
    - 1.7
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip