Skip to content

Commit 4061a04

Browse files
committed
add travis
1 parent 39de7c8 commit 4061a04

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
@@ -7,7 +7,6 @@ env:
77
global:
88
- ELECTRON_CACHE=$HOME/.cache/electron
99
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
10-
- TEST_DIR=packages/graphql-playground-electron
1110

1211
matrix:
1312
include:
@@ -28,6 +27,7 @@ before_install:
2827

2928
script:
3029
- |
30+
cd packages/graphql-playground-electron
3131
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
3232
docker run --rm \
3333
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \

0 commit comments

Comments
 (0)