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