Skip to content

Commit

Permalink
Update .travis.yml for Go 1.5.1
Browse files Browse the repository at this point in the history
Also replaced CRLF with LF in .travis.yml
  • Loading branch information
anthonyfok authored and tychoish committed Aug 13, 2017
1 parent 515a250 commit b6729c3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: go
go:
- 1.4.2
- 1.5
- 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 ./...
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 ./...

0 comments on commit b6729c3

Please sign in to comment.