Added Gutenberg installation to Travis.

This commit is contained in:
Peter Fabian 2018-09-21 15:40:45 +02:00
parent 55dffc32ae
commit 6c76e0f144
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ before_script:
- phpenv config-rm xdebug.ini
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
- wp plugin install gutenberg --activate
- bash bin/travis.sh before