Skip to content

Commit

Permalink
fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Sep 20, 2018
1 parent a8f2a7e commit d975492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache:
before_install:
- phpenv config-rm xdebug.ini
- travis_retry composer self-update
- docker-compose -d -f docker-compose.testing.yaml up
- docker-compose -f docker-compose.testing.yaml up -d

before_script:
- composer install --no-interaction --no-suggest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ vendor/bin/phpspec run

Run:

~~~
docker-compose -d -f docker-compose.testing.yaml up
~~~bash
docker-compose -f docker-compose.testing.yaml up -d

vendor/bin/codecept run
~~~
Expand Down

0 comments on commit d975492

Please sign in to comment.