Skip to content

Commit 2ba8440

Browse files
committed
Try to pull .env into Travis
1 parent 2acb525 commit 2ba8440

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.env

-5
This file was deleted.

bin/run-fun-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -x
44
set -e
55

6-
docker-compose run --workdir="/mqdev" --rm dev ./bin/test "$@"
6+
docker-compose run --workdir="/mqdev" --rm dev ./bin/test "$@"

docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ services:
3535
- DOCTRINE_PASSWORD=rootpass
3636
- REDIS_HOST=redis
3737
- REDIS_PORT=6379
38-
- AWS_SQS_KEY=$ENQUEUE_AWS__SQS__KEY
39-
- AWS_SQS_SECRET=$ENQUEUE_AWS__SQS__SECRET
40-
- AWS_SQS_REGION=$ENQUEUE_AWS__SQS__REGION
41-
- AWS_SQS_ENDPOINT=$ENQUEUE_AWS__SQS__ENDPOINT
42-
- AWS_SQS_VERSION=$ENQUEUE_AWS__SQS__VERSION
38+
- AWS_SQS_KEY=key
39+
- AWS_SQS_SECRET=secret
40+
- AWS_SQS_REGION=us-east-1
41+
- AWS_SQS_ENDPOINT=http://localstack:4576
42+
- AWS_SQS_VERSION=latest
4343
- BEANSTALKD_HOST=beanstalkd
4444
- BEANSTALKD_PORT=11300
4545
- BEANSTALKD_DSN=beanstalk://beanstalkd:11300

0 commit comments

Comments
 (0)