Skip to content

Commit 8666ac1

Browse files
committed
add JWT_SECRET variable to travis.yml
1 parent 4a7aa99 commit 8666ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
env:
88
global:
99
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
10+
- JWT_SECRET=supersecretkeyyoushouldnotcommittogithub
1011

1112
before_script:
1213
- composer self-update

0 commit comments

Comments
 (0)