WordPressプラグインがTravis CI上でinstall-wp-tests.shのエラー

VCCWでちゃんとパスしたPHPUnitのテストケースとセットでGitHubプッシュ&Travis CIを実行すると、以下のエラーが発生。

Could not find /tmp/wordpress-tests-lib/includes/functions.php, have you run bin/install-wp-tests.sh ?

Could not find /tmp/wordpress-tests-lib/includes/functions.php, have you run bin/install-wp-tests.sh ?

The command "if [[ ! -z "$WP_VERSION" ]] ; then

原因は bin/install-wp-tests.sh をGitHubにアップしていなかったため、テストDB接続に必要な上記コマンドが実行できなかった。誤って .gitignore に bin/ を追記してしまっていた。