Update .travis.yml
This commit is contained in:
parent
1f75422294
commit
65f1316110
|
@ -33,11 +33,12 @@ before_install:
|
|||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
||||
install:
|
||||
- echo -e "Install"
|
||||
- mkdir /tmp/wordpress
|
||||
- mkdir /tmp/wordpress-tests-lib
|
||||
- mv ./tests/bootstrap-config-sample.php ./tests/bootstrap-config.php
|
||||
- cat ./tests/bootstrap-config.php
|
||||
#- sed 's/~//home/travis/build/wordpress/g' ./tests/bootstrap-config.php
|
||||
- sudo ./tests/bin/install-wp-tests.sh test root root /tmp/wordpress localhost latest true
|
||||
- ls /tmp/wordpress
|
||||
- ls /tmp/wordpress/wor
|
||||
#- service mysql restart
|
||||
script: phpunit #--version
|
||||
#after_success:
|
||||
|
|
Loading…
Reference in New Issue