1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 11:19:33 +00:00

travis-ci tuning

This commit is contained in:
David Schweikert
2014-03-05 09:02:31 +01:00
parent a6721ac2d2
commit 0990bf1c61
2 changed files with 6 additions and 1 deletions

View File

@ -19,5 +19,5 @@ script:
- env PATH=`pwd`/src:$PATH prove ci/test-*.pl
- ci/test-tarball.sh
after_success:
- ci/deploy-bintray.sh
- ci/coveralls.sh
- ci/deploy-bintray.sh

View File

@ -1,8 +1,13 @@
#!/bin/sh
set -x
sudo pip install cpp-coveralls --use-mirrors
cd src
ls -l
gcov *.c
cd ..
coveralls --exclude ci --no-gcov