Update travis

This commit is contained in:
Mitchell Hashimoto 2014-09-02 15:14:42 -07:00
parent 2788ccc653
commit 7097c75610
1 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,12 @@ language: go
go:
- 1.2
- 1.3
- tip
install: make deps
install: make updatedeps
script:
- go test ./...
- make test
#- go test -race ./...
notifications: