Skip to content

Commit

Permalink
chore: fix git clone branch for travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 13, 2021
1 parent e445460 commit d897224
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 @@ -23,7 +23,7 @@ before_script:
- composer self-update
- cd ..
- pwd
- git clone https://github.com/kenjis/ci-app-for-ci-phpunit-test.git
- git clone -b master https://github.com/kenjis/ci-app-for-ci-phpunit-test.git
- cd ci-app-for-ci-phpunit-test
- rm application/tests/_ci_phpunit_test
- composer update
Expand Down

0 comments on commit d897224

Please sign in to comment.