Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
blairg committed Nov 22, 2017
1 parent dc0ddc7 commit 0664758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ cache:
script:
- npm run lint
- npm run test:coverage
- if [ "$TRAVIS_BRANCH" = "master" ] then docker build --cache-from ${BASE_DOCKER_IMAGE} -t ${DOCKER_DEPLOY_PATH} . && docker login --username=_ --password=${HEROKU_TOKEN} ${DOCKER_REPOSITORY} && docker push ${DOCKER_DEPLOY_PATH} fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then docker build --cache-from ${BASE_DOCKER_IMAGE} -t ${DOCKER_DEPLOY_PATH} . && docker login --username=_ --password=${HEROKU_TOKEN} ${DOCKER_REPOSITORY} && docker push ${DOCKER_DEPLOY_PATH}; fi

after_success:
- cat ./coverage/lcov.info | coveralls

0 comments on commit 0664758

Please sign in to comment.