Skip to content

Commit

Permalink
travis-ci: use newer build infra
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Jul 28, 2015
1 parent a6317f2 commit 3ad7a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: go

go:
- tip
- tip

branches:
only:
- master

install: make deps
script:
- make test
- make test

sudo: false

0 comments on commit 3ad7a53

Please sign in to comment.