diff --git a/.travis.yml b/.travis.yml index 3571007..367d039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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