Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 624da9b

Browse files
committed
Fix travis.yml
1 parent fa5924d commit 624da9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_script:
1717

1818
script:
1919
- |
20-
docker run --rm \
20+
docker run --rm \
2121
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
2222
-v ${PWD}:/project \
2323
-v ~/.cache/electron:/root/.cache/electron \

0 commit comments

Comments
 (0)