From b6d512cc8f577fd79912c7399b688e935b7068a9 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sun, 26 Aug 2012 16:46:22 +0800 Subject: [PATCH] Update .travis.yml NO_INTERACTION --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af66f4a1..e42159c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ before_script: - ./travis/compile.sh # Run PHPs run-tests.php -script: make test +script: NO_INTERACTION=0 make test