Add osx platform and turn off git autocrlf
This commit is contained in:
parent
4ef354f865
commit
e30f87fc52
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@ go:
|
|||
os:
|
||||
- linux
|
||||
- windows
|
||||
- osx
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -14,6 +15,9 @@ branches:
|
|||
- /^feature\/travis\/.+$/ # feature/travis/*
|
||||
- /^fix\/travis\/.+$/ # fix/travis/*
|
||||
|
||||
git:
|
||||
autocrlf: false
|
||||
|
||||
install:
|
||||
- go get -d -u github.com/golang/dep
|
||||
- go install github.com/golang/dep/cmd/dep
|
||||
|
|
Loading…
Add table
Reference in a new issue