1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-12-22 06:33:29 +00:00

travis: code coverage, maybe?

This commit is contained in:
Colin Dellow
2018-07-05 18:47:33 -04:00
parent e3c6bad9f5
commit 68ecfde4d9
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
language: cpp
script: ./travis-linux
sudo: required
after_success:
- bash <(curl -s https://codecov.io/bash)