Skip to content

Commit 4571655

Browse files
authored
Merge pull request #137 from FrogTheFrog/travis-fix
Update .travis.yml
2 parents b2089fa + ee40f83 commit 4571655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ script:
4848
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
4949
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
5050
docker run --rm \
51-
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
51+
--env-file <(env | grep -vE '\r|\n' | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
5252
-v ${PWD}:/project \
5353
-v ~/.cache/electron:/root/.cache/electron \
5454
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
@@ -68,4 +68,4 @@ branches:
6868

6969
notifications:
7070
email:
71-
on_success: never
71+
on_success: never

0 commit comments

Comments
 (0)