From a72d821f04976fa8efde658a8c8b7c78fc253513 Mon Sep 17 00:00:00 2001 From: Jan Brecka Date: Tue, 27 Mar 2018 22:46:17 +0200 Subject: [PATCH] run unit tests first --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f09de45..813187d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,5 @@ jobs: steps: - checkout - run: composer install - - run: cd ~/w && transit-php/bin/transit-format - run: vendor/bin/tester -C -p php test/test.php + - run: cd ~/w && transit-php/bin/transit-format