Skip to content

Commit

Permalink
Fix docker version.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Apr 23, 2019
1 parent dd0c0c6 commit 5ee37a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- sudo sysctl -w vm.max_map_count=262144

before_install:
- docker run -d -p 7777:9200 --name elk elasticsearch:alpine
- docker run -d -p 7777:9200 --name elk elasticsearch:6.7.0
- docker logs elk
- docker inspect elk
- travis_wait 5
Expand Down

0 comments on commit 5ee37a7

Please sign in to comment.