Skip to content

Commit d75d79c

Browse files
author
Yasuo Harada
committed
modified
1 parent 816d49b commit d75d79c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ matrix:
2323
- PHPCS=1 PHPCS_IGNORE="*/Test/*"
2424

2525
before_script:
26-
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
26+
- git clone https://github.com/burzum/travis.git --depth 1 ../travis
2727
- ../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
2928

3029
script:
3130
- ../travis/script.sh

0 commit comments

Comments
 (0)