From 760e20374890e2af0c8b97ad88b64a3384154761 Mon Sep 17 00:00:00 2001 From: Erik Nielsen Date: Mon, 29 Sep 2014 18:12:44 -0500 Subject: [PATCH] New travis ci test procedure. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d8d9be..dae9cea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ php: notifications: email: "erik@312development.com" -script: "cd unittests && phpunit ImageCacheTest.php" \ No newline at end of file +script: "phpunit"