Skip to content

Commit

Permalink
Issue #2937362 by jonathan1055: Fix composer install syntax in .travi…
Browse files Browse the repository at this point in the history
…s.yml
  • Loading branch information
jonathan1055 authored and fago committed Jan 18, 2018
1 parent 0f54e1e commit 5cae367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ before_script:
- travis_retry composer self-update && travis_retry composer install
# Run composer install in the module directory in order to fetch dev
# dependencies there. This includes phpcs & coder for checking coding style.
- travis_retry composer -d=$TESTDIR install
- travis_retry composer install -d $TESTDIR

# Start a web server on port 8888, run in the background.
- php -S localhost:8888 &
Expand Down

0 comments on commit 5cae367

Please sign in to comment.