We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816d49b commit d75d79cCopy full SHA for d75d79c
1 file changed
.travis.yml
@@ -23,9 +23,8 @@ matrix:
23
- PHPCS=1 PHPCS_IGNORE="*/Test/*"
24
25
before_script:
26
- - git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
+ - git clone https://github.com/burzum/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