Changeset 41303
- Timestamp:
- 08/22/2017 05:28:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/.travis.yml
r41082 r41303 53 53 case "$TRAVIS_PHP_VERSION" in 54 54 7.1|7.0|nightly) 55 echo "Using PHPUnit 5. 7"56 composer global require "phpunit/phpunit =5.7.*"55 echo "Using PHPUnit 5.x" 56 composer global require "phpunit/phpunit:^5" 57 57 ;; 58 58 5.6|5.5|5.4|5.3) 59 echo "Using PHPUnit 4. 8"60 composer global require "phpunit/phpunit =4.8.*"59 echo "Using PHPUnit 4.x" 60 composer global require "phpunit/phpunit:^4" 61 61 ;; 62 62 5.2)
Note: See TracChangeset
for help on using the changeset viewer.