Skip to content

Commit

Permalink
trigger build to test push to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Jun 17, 2016
1 parent 313d056 commit 6ac6886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ script:
- $HOME/gopath/bin/goveralls -coverprofile coverage-all.out -service=travis-ci

after_success:
- ./push_to_docker.sh
- ./push_to_docker.sh
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ run the container executing `docker run -p 9200:9200 -p 9300:9300 elasticsearch`

You can run the application once you have the other services running properly
by executing `make run`

0 comments on commit 6ac6886

Please sign in to comment.