Changeset 40228 for branches/4.4/.travis.yml
- Timestamp:
- 03/07/2017 01:09:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/.travis.yml
r37731 r40228 45 45 fi 46 46 before_script: 47 - | 48 stable='^[0-9\.]+$'; 49 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 50 phpenv config-rm xdebug.ini 51 fi 47 52 - npm install -g npm 48 53 - npm install -g grunt-cli 49 54 - npm install 55 - php --version 50 56 - npm --version 51 57 - node --version
Note: See TracChangeset
for help on using the changeset viewer.