travis: show ci_env for debugging

ubuntu/rebased
Paul Gevers 7 years ago
parent df17112bbe
commit 495200e68f
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

@ -24,7 +24,7 @@ install:
script:
# https://docs.codecov.io/docs/testing-with-docker
- ci_env=$(bash <(curl -s https://codecov.io/env)) ; docker run $ci_env britney /bin/sh -c "export CI=true ; ci/run-everything-and-upload-to-codecov.io.sh"
- ci_env=$(bash <(curl -s https://codecov.io/env)) ; echo $ci_env ; docker run $ci_env britney /bin/sh -c "export CI=true ; ci/run-everything-and-upload-to-codecov.io.sh"
#notifications:
# email: false

Loading…
Cancel
Save