Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f9db697

Browse files
committed
Fixing env vars.
1 parent b9c1893 commit f9db697

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ matrix:
1010
fast_finish: true
1111

1212
env:
13-
- DEPLOY_SOURCE_BRANCH=8.x
14-
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
15-
- BLT_DIR=$TRAVIS_BUILD_DIR
13+
global:
14+
- DEPLOY_SOURCE_BRANCH=8.x
15+
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
16+
- BLT_DIR=$TRAVIS_BUILD_DIR
17+
1618

1719
cache:
1820
bundler: true

scripts/travis/.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ matrix:
1010
fast_finish: true
1111

1212
env:
13-
- DEPLOY_SOURCE_BRANCH=8.x
14-
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
15-
- BLT_DIR=$TRAVIS_BUILD_DIR/vendor/acquia/blt
13+
global:
14+
- DEPLOY_SOURCE_BRANCH=8.x
15+
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
16+
- BLT_DIR=$TRAVIS_BUILD_DIR/vendor/acquia/blt
1617

1718
cache:
1819
bundler: true

0 commit comments

Comments
 (0)