Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33bb508

Browse filesBrowse files
committed
Change SQS image
1 parent 091c35b commit 33bb508
Copy full SHA for 33bb508

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ env:
2121
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
2222
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
2323
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7006/messages
24-
- MESSENGER_SQS_DSN=sqs://localhost:9494/messages?sslmode=disable
25-
- MESSENGER_SQS_FIFO_QUEUE_DSN=sqs://localhost:9494/messages.fifo?sslmode=disable
24+
- MESSENGER_SQS_DSN="sqs://localhost:9494/messages?sslmode=disable&poll_timeout=0.01"
25+
- MESSENGER_SQS_FIFO_QUEUE_DSN="sqs://localhost:9494/messages.fifo?sslmode=disable&poll_timeout=0.01"
2626
- SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
2727

2828
matrix:
@@ -73,8 +73,8 @@ before_install:
7373
7474
- |
7575
# Start Sqs server
76-
docker pull feathj/fake-sqs
77-
docker run -d -p 9494:9494 --name sqs feathj/fake-sqs
76+
docker pull asyncaws/testing-sqs
77+
docker run -d -p 9494:9494 --name sqs asyncaws/testing-sqs
7878
7979
- |
8080
# Start Kafka and install an up-to-date librdkafka

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.