Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 37094a7

Browse files
committed
uncomment line
1 parent 6047474 commit 37094a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- composer create-project --prefer-source -s dev --no-interaction cakephp/app tests/test_app
1515
- cp tests/Fixture/composer.json tests/test_app/.
1616
- cd tests/test_app
17-
# - composer require --prefer-source --dev cakephp/codeception:dev-$TRAVIS_BRANCH#$TRAVIS_COMMIT
17+
- composer require --prefer-source --dev cakephp/codeception:dev-$TRAVIS_BRANCH#$TRAVIS_COMMIT
1818
- rm composer.lock
1919
- composer install --prefer-source
2020
- vendor/bin/codecept bootstrap

0 commit comments

Comments
 (0)