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
- tip
install: make setup
script: make dev
install:
- make setup
script:
- make dev
- make test