Commit 7097c756 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Update travis

parent 2788ccc6
...@@ -2,11 +2,12 @@ language: go ...@@ -2,11 +2,12 @@ language: go
go: go:
- 1.2 - 1.2
- 1.3
- tip - tip
install: make deps install: make updatedeps
script: script:
- go test ./... - make test
#- go test -race ./... #- go test -race ./...
notifications: notifications:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment