Update travis
This commit is contained in:
parent
2788ccc653
commit
7097c75610
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue