Update .travis.yml for Go 1.5.1
authorAnthony Fok <foka@debian.org>
Wed, 16 Sep 2015 05:04:24 +0000 (23:04 -0600)
committerAnthony Fok <foka@debian.org>
Wed, 16 Sep 2015 05:06:00 +0000 (23:06 -0600)
Also replaced CRLF with LF in .travis.yml

.travis.yml

index 1a10b4284fe465e9f4db0a2c17f28568c21fb04d..f9b2fd1f8b27cdc4cc2f5f5aaff3ebadc3e676fe 100644 (file)
@@ -1,18 +1,18 @@
-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 ./...