Set a custom travis install so godeps doesn't get called

This commit is contained in:
Chris Bednarski 2016-02-23 22:32:35 -08:00
parent 24a234f9ac
commit c23749afe0
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ go:
- 1.4.3
- 1.6
install:
- make deps
script:
- GOMAXPROCS=2 make ci