Update travis config

This commit is contained in:
Dan Sosedoff 2014-12-17 21:39:28 -06:00
parent dfefaded1f
commit 09ad707d94

View File

@ -5,5 +5,9 @@ go:
- 1.4 - 1.4
- tip - tip
install: make setup install:
script: make dev - make setup
script:
- make dev
- make test