Skip to content

Commit

Permalink
Merge pull request #12 from bowei/update-travis
Browse files Browse the repository at this point in the history
Update travis
  • Loading branch information
bowei authored Oct 10, 2017
2 parents 5e1e79f + d2bf9a2 commit d644945
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
sudo: required

services:
- docker

language: go

notifications:
email: true

go:
- 1.9

go_import_path: k8s.io/ingress

jobs:
include:
- stage: Static Check
script:
- stage: Linters
script:
- go get github.com/golang/lint/golint
- make fmt lint vet
- stage: Build
- stage: Coverage
script:
script:
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
Expand Down

0 comments on commit d644945

Please sign in to comment.