We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b767155 commit 0b3ddabCopy full SHA for 0b3ddab
1 file changed
.travis.yml
@@ -15,13 +15,17 @@ env:
15
16
matrix:
17
include:
18
- - php: 5.4
+ - php: 5.5
19
env:
20
- PHPCS=1 PHPCS_IGNORE="*/Test/*"
21
22
+install:
23
+ - sh -c "if [ -n \"$CAKE_VERSION\" ]; then composer global require 'phpunit/phpunit=3.7.*'; fi"
24
+
25
before_script:
- - git clone https://github.com/burzum/travis.git --depth 1 ../travis
26
+ - git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
27
- ../travis/before_script.sh
28
+ - sh -c "if [ -n \"$CAKE_VERSION\" ]; then ln -s ~/.composer/vendor/phpunit/phpunit/PHPUnit ../cakephp/vendors/PHPUnit; fi"
29
30
script:
31
- ../travis/script.sh
0 commit comments