Skip to content

Commit 0b3ddab

Browse files
committed
fixed .travis.yml
1 parent b767155 commit 0b3ddab

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ env:
1515

1616
matrix:
1717
include:
18-
- php: 5.4
18+
- php: 5.5
1919
env:
2020
- PHPCS=1 PHPCS_IGNORE="*/Test/*"
2121

22+
install:
23+
- sh -c "if [ -n \"$CAKE_VERSION\" ]; then composer global require 'phpunit/phpunit=3.7.*'; fi"
24+
2225
before_script:
23-
- git clone https://github.com/burzum/travis.git --depth 1 ../travis
26+
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
2427
- ../travis/before_script.sh
28+
- sh -c "if [ -n \"$CAKE_VERSION\" ]; then ln -s ~/.composer/vendor/phpunit/phpunit/PHPUnit ../cakephp/vendors/PHPUnit; fi"
2529

2630
script:
2731
- ../travis/script.sh

0 commit comments

Comments
 (0)