Update .travis.yml
This commit is contained in:
parent
cec067b9f5
commit
1b25a8e7f8
|
@ -33,7 +33,8 @@ before_install:
|
|||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
||||
install:
|
||||
- echo -e "Install"
|
||||
- mkdir /home/travis/build/wordpress/
|
||||
- mkdir ~/wordpress/
|
||||
- mv ./tests/bootstrap-config-sample.php ./tests/bootstrap-config.php
|
||||
- sudo ./tests/bin/install-wp-tests.sh test root root /home/travis/build/wordpress localhost latest true
|
||||
#- service mysql restart
|
||||
script: phpunit #--version
|
||||
|
|
Loading…
Reference in New Issue