File: .travis.yml

package info (click to toggle)
golang-github-coreos-go-oidc 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 192 kB
  • sloc: sh: 11; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go

go:
  - "1.9"
  - "1.10"

install:
 - go get -v -t github.com/coreos/go-oidc/...
 - go get golang.org/x/tools/cmd/cover
 - go get github.com/golang/lint/golint

script:
 - ./test

notifications:
  email: false