From 91c9a08d293b87e64e4c9ceb893df3e8ebe531d7 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 13 Apr 2016 01:01:03 -0700 Subject: [PATCH] Switch back to testing-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d01cf8423..1b88a0efc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ before_script: # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use -script: ./vendor/bin/codecept run --env testing +script: ./vendor/bin/codecept run --env testing-ci # script: ./vendor/bin/codecept run unit #script: ./vendor/bin/codecept run