Browse Source

install gocheck on travis

tags/v1.0.0
Marin Bek 9 years ago
parent
commit
906234e920
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml 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

Loading…
Cancel
Save