Changeset 40232 for branches/4.0/.travis.yml
- Timestamp:
- 03/07/2017 01:14:16 AM (9 years ago)
- File:
-
- 1 edited
-
branches/4.0/.travis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/.travis.yml
r28799 r40232 41 41 # Before script, failures in this section will result in build status 'failed' 42 42 before_script: 43 - | 44 stable='^[0-9\.]+$'; 45 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 46 phpenv config-rm xdebug.ini 47 fi 43 48 - npm install -g grunt-cli 44 49 - npm install 50 - php --version 45 51 46 52 # Script, failures in this section will result in build status 'failed'
Note: See TracChangeset
for help on using the changeset viewer.