Changeset 41296
- Timestamp:
- 08/22/2017 05:10:00 PM (4 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/.travis.yml
r41074 r41296 63 63 case "$TRAVIS_PHP_VERSION" in 64 64 7.1|7.0|nightly) 65 echo "Using PHPUnit 6. 1"66 composer global require "phpunit/phpunit =6.1.*"65 echo "Using PHPUnit 6.x" 66 composer global require "phpunit/phpunit:^6" 67 67 ;; 68 68 5.6|5.5|5.4|5.3) 69 echo "Using PHPUnit 4. 8"70 composer global require "phpunit/phpunit =4.8.*"69 echo "Using PHPUnit 4.x" 70 composer global require "phpunit/phpunit:^4" 71 71 ;; 72 72 5.2)
Note: See TracChangeset
for help on using the changeset viewer.