Skip to content

Commit

Permalink
add ES to Travis (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 17, 2018
1 parent b975361 commit 9f54067
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ go:
- 1.8.x
- 1.7.x

services:
- elasticsearch

install:
- go get github.com/tomkralidis/geocatalogo/...
- go get -u github.com/golang/lint/golint

before_script:
- sleep 10

script:
- . geocatalogo-config.env
- go test ./... -v
Expand Down

0 comments on commit 9f54067

Please sign in to comment.