We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e8806 commit 816d49bCopy full SHA for 816d49b
1 file changed
.travis.yml
@@ -25,6 +25,7 @@ matrix:
25
before_script:
26
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
27
- ../travis/before_script.sh
28
+ - if [ "$PHPCS" != 1 ]; then echo "\nrequire_once APP . DS . 'vendor' . DS . 'phpunit' . DS . 'phpunit' . DS . 'PHPUnit' . DS . 'Autoload.php';\n" >> Config/bootstrap.php; fi
29
30
script:
31
- ../travis/script.sh
0 commit comments