Add osx platform and turn off git autocrlf

This commit is contained in:
Daniel 2020-01-27 11:12:20 +01:00
parent 4ef354f865
commit e30f87fc52

View file

@ -6,6 +6,7 @@ go:
os: os:
- linux - linux
- windows - windows
- osx
branches: branches:
only: only:
@ -14,6 +15,9 @@ branches:
- /^feature\/travis\/.+$/ # feature/travis/* - /^feature\/travis\/.+$/ # feature/travis/*
- /^fix\/travis\/.+$/ # fix/travis/* - /^fix\/travis\/.+$/ # fix/travis/*
git:
autocrlf: false
install: install:
- go get -d -u github.com/golang/dep - go get -d -u github.com/golang/dep
- go install github.com/golang/dep/cmd/dep - go install github.com/golang/dep/cmd/dep