Added lcov package for coverage test.

This commit is contained in:
James Goppert 2016-05-09 11:53:18 -04:00
parent 155202f6b0
commit f4902fafb9

View File

@ -1,5 +1,9 @@
language: c
sudo: false
addons:
apt:
packages:
- lcov
install:
- pip install --user cpp-coveralls
script: