From a0a32e3cc27e7074aadb6f14e3893aef9dbcf0de Mon Sep 17 00:00:00 2001 From: RobThree Date: Fri, 20 Mar 2015 15:10:43 +0100 Subject: [PATCH] * Added phpunit tests back to .travis.yml file. SHEESH! It was there but travis kept complaining about the project being Ruby because of some accidental \r\n instead of \n. GTFO! --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd1a404..b4cba47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ php: - 5.3 - 5.4 - 5.5 - - 5.6 \ No newline at end of file + - 5.6 + + script: phpunit tests \ No newline at end of file