Skip to content

Commit

Permalink
more logs for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sohlich authored Jun 8, 2017
1 parent 8746b63 commit 73eaa9a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: true
sudo: required
language: go
go:
- tip
Expand All @@ -13,9 +13,11 @@ before_script:
- sudo sysctl -w vm.max_map_count=262144

before_install:
- docker pull sebp/elk
- docker run -d -p 7777:9200 -p 5601:5601 --name elk sebp/elk
- docker logs elk
- docker pull sebp/elk
- docker run -d -p 7777:9200 --name elk elasticsearch:alpine
- docker logs elk
- docker inspect elk
- travis_wait 5

install:
- go get github.com/sirupsen/logrus
Expand Down

0 comments on commit 73eaa9a

Please sign in to comment.