Also replaced CRLF with LF in .travis.yml
-language: go\r
-go:\r
- - 1.4.2\r
- - 1.5\r
- - tip\r
-os:\r
- - linux\r
- - osx\r
-matrix:\r
- allow_failures:\r
- - go: tip\r
-script:\r
- - go test ./...\r
- - go build\r
- - ./hugo -s docs/\r
-install:\r
- - go get github.com/stretchr/testify\r
- - go get -v ./...\r
+language: go
+go:
+ - 1.4.2
+ - 1.5.1
+ - tip
+os:
+ - linux
+ - osx
+matrix:
+ allow_failures:
+ - go: tip
+script:
+ - go test ./...
+ - go build
+ - ./hugo -s docs/
+install:
+ - go get github.com/stretchr/testify
+ - go get -v ./...