update .travis.yml

This commit is contained in:
ngtuna 2016-07-06 02:33:10 +07:00
parent f7295153f3
commit 1367b36c04

View File

@ -2,9 +2,18 @@ sudo: required
language: go
go:
- 1.6
- tip
branches:
only:
- master
install:
- go get github.com/mitchellh/gox
- go get github.com/tools/godep
- godep restore
script:
- make binary