mirror of
https://github.com/spf13/viper
synced 2025-07-01 07:27:23 +00:00
remove unused .travis.yml
This commit is contained in:
parent
de261e11d0
commit
e39974a917
1 changed files with 0 additions and 31 deletions
31
.travis.yml
31
.travis.yml
|
@ -1,31 +0,0 @@
|
|||
language: go
|
||||
|
||||
env:
|
||||
global:
|
||||
- GO111MODULE="on"
|
||||
|
||||
go:
|
||||
- 1.14.x
|
||||
- tip
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- go mod vendor
|
||||
- go test -v -mod=readonly ./...
|
||||
|
||||
after_success:
|
||||
- go get -u -d github.com/spf13/hugo
|
||||
- cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
|
||||
|
||||
sudo: false
|
Loading…
Add table
Reference in a new issue