diff --git a/.travis.yml b/.travis.yml index 5809456e1..0c720505c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,11 @@ install: - echo -e "Install" - mkdir /tmp/wordpress-tests-lib - mv ./tests/bootstrap-config-sample.php ./tests/bootstrap-config.php -- cat ./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 travis "" /tmp/wordpress localhost latest true -- cat /tmp/wordpress/wordpress-tests-lib/wp-tests-config.php +- composer install +#- cat /tmp/wordpress/wordpress-tests-lib/wp-tests-config.php #- service mysql restart script: phpunit #--version #after_success: