travis-ci: use newer build infra

pull/1141/head
Ryan Uber 2015-07-28 09:13:25 -07:00
parent a6317f2fb2
commit 3ad7a53095
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