Changeset 11509
- Timestamp:
- 03/10/2017 08:00:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r11508 r11509 112 112 - export PATH="$HOME/.composer/vendor/bin:$PATH" 113 113 - | 114 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then115 composer global require "phpunit/phpunit=5.7.*"116 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then117 composer global require "phpunit/phpunit=4.8.*"118 fi114 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then 115 composer global require "phpunit/phpunit=5.7.*" 116 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then 117 composer global require "phpunit/phpunit=4.8.*" 118 fi 119 119 - npm install 120 120 # Run tests
Note: See TracChangeset
for help on using the changeset viewer.