From 6a9776f9dd442742e8d0183b227e917f21dcb1ca Mon Sep 17 00:00:00 2001 From: scribu Date: Mon, 25 Feb 2013 19:02:48 +0200 Subject: [PATCH] don't run Behat tests if unit tests fail --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c47713fe..b2bab1cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,4 @@ before_script: - mysql -e 'CREATE DATABASE wp_cli_test;' -uroot - mysql -e 'GRANT ALL PRIVILEGES ON wp_cli_test.* TO "wp_cli_test"@"localhost" IDENTIFIED BY "password1"' -uroot -script: - - vendor/bin/phpunit - - vendor/bin/behat +script: vendor/bin/phpunit && vendor/bin/behat -- 2.11.0