Update .travis.yml for Go 1.5.1

Also replaced CRLF with LF in .travis.yml
This commit is contained in:
Anthony Fok 2015-09-15 23:04:24 -06:00
parent b5b8cc9bd3
commit d984dde2f5

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.4.2
- 1.5
- 1.5.1
- tip
os:
- linux