forked from mirror/afero
Change CRLF line endings to LF
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
parent
c17d293300
commit
7aa0da4f47
44
.travis.yml
44
.travis.yml
|
@ -1,22 +1,22 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.13"
|
- "1.13"
|
||||||
- "1.14"
|
- "1.14"
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -v ./...
|
- go build -v ./...
|
||||||
- go test -count=1 -cover -race -v ./...
|
- go test -count=1 -cover -race -v ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- FILES=$(gofmt -s -l . zipfs sftpfs mem); if [[ -n "${FILES}" ]]; then echo "You have go format errors; gofmt your changes"; exit 1; fi
|
- FILES=$(gofmt -s -l . zipfs sftpfs mem); if [[ -n "${FILES}" ]]; then echo "You have go format errors; gofmt your changes"; exit 1; fi
|
||||||
|
|
Loading…
Reference in New Issue