Browse Source

update release script.

Taylor Otwell 12 years ago
parent
commit
b102155ed7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      release

+ 1 - 0
release

@@ -41,6 +41,7 @@ class TestingReleaser extends Command {
 	 */
 	public function execute(InputInterface $input, OutputInterface $output)
 	{
+		passthru('git checkout testing');
 		passthru('git merge develop');
 		File::rmdir(__DIR__.'/tests');
 		@unlink(__DIR__.'/phpunit.php');