replace parser with actions/workflow-parser
This commit is contained in:
11
vendor/github.com/soniakeys/graph/.travis.yml
generated
vendored
Normal file
11
vendor/github.com/soniakeys/graph/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
sudo: false
|
||||
language: go
|
||||
go:
|
||||
- "1.9.x"
|
||||
- master
|
||||
before_script:
|
||||
- go tool vet -composites=false -printf=false -shift=false .
|
||||
- go get github.com/client9/misspell/cmd/misspell
|
||||
- go get github.com/soniakeys/vetc
|
||||
- misspell -error * */* */*/*
|
||||
- vetc
|
Reference in New Issue
Block a user