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