Added classes to the coverage src path

Probably want to move to having my source in a src directory but that's not
something I want to do at this time. Checking coverage in ./classes will skip
over the pickles.php file (which I don't necessarily think needs tested) but
also skips over the ./vendors directory which contains some third party stuff
that doesn't have as much test coverage.
This commit is contained in:
Joshua Sherman 2014-01-11 15:53:31 -05:00
parent 82ba7b0873
commit d32bcbd602

View file

@ -1,2 +1,2 @@
service_name: travis-ci service_name: travis-ci
src_dir: ./ src_dir: classes