Changeset 40230 for branches/4.2
- Timestamp:
- 03/07/2017 01:11:33 AM (9 years ago)
- File:
-
- 1 edited
-
branches/4.2/.travis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/.travis.yml
r31558 r40230 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.