Added Gutenberg installation to Travis.
This commit is contained in:
parent
55dffc32ae
commit
6c76e0f144
|
@ -21,6 +21,7 @@ before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
|
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
|
||||||
|
- wp plugin install gutenberg --activate
|
||||||
- bash bin/travis.sh before
|
- bash bin/travis.sh before
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue