* 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!

This commit is contained in:
RobThree
2015-03-20 15:10:43 +01:00
parent cf828a05de
commit a0a32e3cc2
+3 -1
View File
@@ -4,4 +4,6 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 5.6
script: phpunit tests