travis-ci: use newer build infra

This commit is contained in:
Ryan Uber 2015-07-28 09:13:25 -07:00
parent 6d38027689
commit 3d86a969ee
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- tip - tip
branches: branches:
only: only:
@ -9,4 +9,6 @@ branches:
install: make deps install: make deps
script: script:
- make test - make test
sudo: false