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