Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Corrected the _COV env var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Nov 29, 2016
1 parent 9a339d1 commit 86f0224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
make CC=${_CC} CXX=${_CXX} LDFLAGS=${_LDFLAGS} -j 2 all && make CC=${_CC} CXX=${_CXX} LDFLAGS=${_LDFLAGS} test || exit $?

if [[ "${COV}" != "" ]]; then
if [ "${_COV}" != "" ]; then
./coverage.sh ${_COV}
fi

0 comments on commit 86f0224

Please sign in to comment.