File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Original file line number Diff line number Diff line change 11
11
directories :
12
12
- .phpunit
13
13
- php-5.3.9
14
+ - php-5.5.9
14
15
15
16
matrix :
16
17
include :
33
34
34
35
before_install :
35
36
- if [[ "$deps" = "no" ]] && [[ "$TRAVIS_PHP_VERSION" =~ 5.[45] ]] && [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then export deps=skip; fi;
36
- - if [[ $deps = no && $TRAVIS_PHP_VERSION = 5.3 && ! -d php-5.3 .9/sapi ]]; then wget http://museum.php.net/php5/php-5.3 .9.tar.bz2; tar -xjf php-5.3 .9.tar.bz2; (cd php-5.3 .9; ./configure --enable-sigchild --enable-pcntl; make -j2); fi;
37
+ - if [[ $deps = no && $TRAVIS_PHP_VERSION = 5.3 && ! -d php-5.5 .9/sapi ]]; then wget http://museum.php.net/php5/php-5.5 .9.tar.bz2; tar -xjf php-5.5 .9.tar.bz2; (cd php-5.5 .9; ./configure --enable-sigchild --enable-pcntl; make -j2); fi;
37
38
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; else INI_FILE=/etc/hhvm/php.ini; fi;
38
39
- echo "memory_limit = -1" >> $INI_FILE
39
40
- echo "session.gc_probability = 0" >> $INI_FILE
@@ -56,7 +57,7 @@ install:
56
57
script :
57
58
- if [ "$deps" = "no" ]; then echo "$COMPONENTS" | parallel --gnu '$PHPUNIT --exclude-group tty,benchmark,intl-data {}'; fi;
58
59
- if [ "$deps" = "no" ]; then echo -e "\\nRunning tests requiring tty"; $PHPUNIT --group tty; fi;
59
- - if [[ $deps = no && $TRAVIS_PHP_VERSION = 5.3 ]]; then echo -e "1\\n0" | parallel --gnu 'echo -e "\\nPHP --enable-sigchild enhanced={}" && ENHANCE_SIGCHLD={} php-5.3 .9/sapi/cli/php .phpunit/phpunit-4.8/phpunit src/Symfony/Component/Process/'; fi;
60
+ - if [[ $deps = no && $TRAVIS_PHP_VERSION = 5.3 ]]; then echo -e "1\\n0" | parallel --gnu 'echo -e "\\nPHP --enable-sigchild enhanced={}" && ENHANCE_SIGCHLD={} php-5.5 .9/sapi/cli/php .phpunit/phpunit-4.8/phpunit src/Symfony/Component/Process/'; fi;
60
61
- if [ "$deps" = "high" ]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer --prefer-source update; $PHPUNIT --exclude-group tty,benchmark,intl-data'; fi;
61
62
- if [ "$deps" = "low" ]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer --prefer-source --prefer-lowest --prefer-stable update; $PHPUNIT --exclude-group tty,benchmark,intl-data'; fi;
62
63
- if [ "$deps" = "skip" ]; then echo 'This matrix line is skipped for pull requests.'; fi;
You can’t perform that action at this time.
0 commit comments