install gocheck on travis

This commit is contained in:
Marin Bek 2015-03-02 08:59:23 +01:00
parent 5e4a4d663a
commit 906234e920

View File

@ -18,5 +18,8 @@ before_script:
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &
install:
- go get gopkg.in/check.v1
script:
- make test