Changeset 40234
- Timestamp:
- 03/07/2017 01:20:56 AM (9 years ago)
- File:
-
- 1 edited
-
branches/3.8/.travis.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/.travis.yml
r26534 r40234 8 8 9 9 before_script: 10 - | 11 stable='^[0-9\.]+$'; 12 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 13 phpenv config-rm xdebug.ini 14 fi 10 15 - mysql -e "CREATE DATABASE wordpress_tests;" -uroot 11 16 - cp wp-tests-config-sample.php wp-tests-config.php … … 16 21 - npm install -g grunt-cli 17 22 - npm install 23 - php --version 18 24 19 25 script: grunt test
Note: See TracChangeset
for help on using the changeset viewer.