We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2089fa + ee40f83 commit 4571655Copy full SHA for 4571655
.travis.yml
@@ -48,7 +48,7 @@ script:
48
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
49
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
50
docker run --rm \
51
- --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
+ --env-file <(env | grep -vE '\r|\n' | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
52
-v ${PWD}:/project \
53
-v ~/.cache/electron:/root/.cache/electron \
54
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
@@ -68,4 +68,4 @@ branches:
68
69
notifications:
70
email:
71
- on_success: never
+ on_success: never
0 commit comments