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.
1 parent 39de7c8 commit 4061a04Copy full SHA for 4061a04
.travis.yml
@@ -7,7 +7,6 @@ env:
7
global:
8
- ELECTRON_CACHE=$HOME/.cache/electron
9
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
10
- - TEST_DIR=packages/graphql-playground-electron
11
12
matrix:
13
include:
@@ -28,6 +27,7 @@ before_install:
28
27
29
script:
30
- |
+ cd packages/graphql-playground-electron
31
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
32
docker run --rm \
33
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
0 commit comments