Changeset 41294
- Timestamp:
- 08/22/2017 04:08:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r41177 r41294 66 66 case "$TRAVIS_PHP_VERSION" in 67 67 7.2|7.1|7.0|nightly) 68 echo "Using PHPUnit 6. 1"69 composer global require "phpunit/phpunit =6.1.*"68 echo "Using PHPUnit 6.x" 69 composer global require "phpunit/phpunit:^6" 70 70 ;; 71 71 5.6|5.5|5.4|5.3) 72 echo "Using PHPUnit 4. 8"73 composer global require "phpunit/phpunit =4.8.*"72 echo "Using PHPUnit 4.x" 73 composer global require "phpunit/phpunit:^4" 74 74 ;; 75 75 5.2)
Note: See TracChangeset
for help on using the changeset viewer.