Update .travis.yml

This commit is contained in:
walisonjose 2018-06-04 14:36:31 -03:00 committed by GitHub
parent 2f78b624c1
commit e7f510d00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ install:
- echo -e "Install"
- mkdir ~/wordpress/
- mv ./tests/bootstrap-config-sample.php ./tests/bootstrap-config.php
- sed 's/~//home/l3p/build/wordpress/g' ./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 /home/travis/build/wordpress localhost latest true
- pwd
- ls