Changeset 40226 for branches/4.6/.travis.yml
- Timestamp:
- 03/07/2017 01:06:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/.travis.yml
r37730 r40226 52 52 fi 53 53 before_script: 54 - | 55 stable='^[0-9\.]+$'; 56 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 57 phpenv config-rm xdebug.ini 58 fi 54 59 - npm install -g npm 55 60 - npm install -g grunt-cli … … 58 63 - mysql --version 59 64 - phpenv versions 65 - php --version 60 66 - npm --version 61 67 - node --version
Note: See TracChangeset
for help on using the changeset viewer.