From e2997d24fb01b98e532c90aa1310de60df297b98 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 16 Jul 2015 19:30:24 +0200 Subject: [PATCH] remove travis config; there are no tests --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e60562c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: php -install: - - pear install package.xml -php: - - 5.4 -script: phpunit tests/ \ No newline at end of file