From 48d30730fe78584567e13b2a1e8850475428a2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=81=E5=AE=81?= Date: Sat, 11 Oct 2014 12:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- tools/Makefile | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20375b7a..652be8e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ php: - 5.3 - 5.2 -script: cd ./tools/ && make test +script: php ./tools/test.php diff --git a/tools/Makefile b/tools/Makefile index 5276c01d..2533f675 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -103,13 +103,6 @@ pot: rm -f files.txt -test: - for i in `find ../var/ -name '*.php'`; do php -l $$i; done; - for i in `find ../usr/ -name '*.php'`; do php -l $$i; done; - for i in `find ../admin/ -name '*.php'`; do php -l $$i; done; - php test.php - - all: make update make package