Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkopacze committed Aug 20, 2019
1 parent 394b847 commit 7c49778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go

env:
COMPOSE_VERSION: 1.24.1
CLI_VERSION: test

before_install:
# Docker Compose Install
Expand All @@ -27,7 +28,7 @@ deploy:
skip_cleanup: true
api_key:
secure: KvvrZg7BaEnSC04Be3V0tXSJ7OuZ338gDVSQyY7jtABZgfUQWDQrS385f4ricr/PwKtyrU0Nt5LPPp0Jz0WFtIXKr4TNZeNqwlwmbegi6S+kTpWd7Oi2TTLJqt3Z7MaoqVDSlm4jSBrH5Nvs9MWzvCQ8h+XVUWZJk0yeGiF3JxZDr6UX+WiBYvaDrXc2xwXXG0OLgmnEw13Ima4fLOhYXuIppi+7CRFMbcyxDpZREShldt2i58lRhSFFJSE1C+TT4b87mR+s+7suC3gC9ql/WaLQqet25DJrxX8Ax/7osVbXM8EGvty8c3es7OTXnqoiAIvd5d0w0Sd5PXfYS60Cu5goEE0CHcYdB6w3v7NrWt0cRPrf1AqHb7AD+aw0lLPtwUIZA+xBFstW4+nr4huPrDA49Y5yR7G3+qxBq9XlRpqHDTOrsby1aTlxdMRPJzT0nqSKFLmPk2MkQGtmgAJHvyb9eSxrjSzdIJcz4jJ/IOVxp3q/mcyTih6dCaOl57sA1aGRyUfHRN0YeejCFwA9vV/2lbGfplrcQ1Jr0VNT4KkY3FHtxhHkOR57+pUi8boedsFcT+sbGdFYAuQDfFM2fFIfJnFkcFH63ezpyBxqs9OaDM/Ecv/5xfyYaCRZuUn/u7LquDSUVKE4EJbpH5g6JZ9mppRtFPNngHouVbhzRyU=
file: ./apollo
file: "./dist/${CLI_VERSION}/alpine/apollo"
on:
all_branches: true

1 change: 1 addition & 0 deletions bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function run_tests() {
docker-compose up -d --no-deps cli-test
sleep 2
docker-compose exec -T cli-test make test
docker-compose exec -T cli-test make build
}

function run_tests_watch() {
Expand Down

0 comments on commit 7c49778

Please sign in to comment.