Skip to content

Commit 0c83530

Browse files
Mathieudewetdunglas
authored andcommitted
wheck repository env var (#34)
* wheck repository env var * Check repository environment variable * Rename env.sh to .env to be more relevant
1 parent 141b06b commit 0c83530

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
# If you really want branch naming, you can instead create buckets on the fly using subdomains e.g gs://${BRANCH}.you-domain.com
3030
before_install:
3131
- ./ci/before_install.sh
32-
- ./ci/env.sh
32+
- source ./ci/.env
3333

3434
before_script:
3535
- phpenv config-rm xdebug.ini

ci/env.sh renamed to ci/.env

File renamed without changes.

0 commit comments

Comments
 (0)