From 89b5d044a60e468d0532504370624b7c41847d81 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 3 Jul 2015 17:03:48 +0900 Subject: [PATCH] =?UTF-8?q?codecept=20build=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a13a92f5e..9f270f1ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_script: script: - grunt lint - grunt minify +- if [ $(phpenv version-name) != "5.3" ]; then ./vendor/bin/codecept build travis; - if [ $(phpenv version-name) != "5.3" ]; then ./vendor/bin/codecept run -d --env travis; fi notifications: