Skip to content
Snippets Groups Projects
Commit 995f31f4 authored by rhenck's avatar rhenck
Browse files

Fix travis config syntax

parent f4854981
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@ script:
- make test-unit
- make test-e2e
after-script:
after_script:
- make stop
after-success:
after_success:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
make build-image;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment