Changeset 6375
- Timestamp:
- 03/10/2017 11:14:01 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r6373 r6375 94 94 - export PATH="$HOME/.composer/vendor/bin:$PATH" 95 95 - | 96 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then97 composer global require "phpunit/phpunit=5.7.*"98 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then99 composer global require "phpunit/phpunit=4.8.*"100 fi96 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then 97 composer global require "phpunit/phpunit=5.7.*" 98 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then 99 composer global require "phpunit/phpunit=4.8.*" 100 fi 101 101 - npm install 102 102 - grunt build
Note: See TracChangeset
for help on using the changeset viewer.