Added ../../ to the src path

Thinking since the src path seems to be relative to the coveralls binary that
I need to go up a few directories to find my src code.
This commit is contained in:
Joshua Sherman 2014-01-11 16:33:51 -05:00
parent b3c70ecdec
commit 028d0ec486

View file

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