Changeset 40229 for branches/4.3/.travis.yml
- Timestamp:
- 03/07/2017 01:10:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/.travis.yml
r33443 r40229 35 35 fi 36 36 before_script: 37 - | 38 stable='^[0-9\.]+$'; 39 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 40 phpenv config-rm xdebug.ini 41 fi 37 42 - npm install -g npm 38 43 - npm install -g grunt-cli 39 44 - npm install 45 - php --version 40 46 script: grunt $WP_TRAVISCI 41 47 notifications:
Note: See TracChangeset
for help on using the changeset viewer.