Skip to content

Commit 5ac148a

Browse files
authoredNov 29, 2016
Corrected the _COV env var reference
1 parent 4154433 commit 5ac148a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
make CC=${_CC} CXX=${_CXX} LDFLAGS=${_LDFLAGS} -j 2 all && make CC=${_CC} CXX=${_CXX} LDFLAGS=${_LDFLAGS} test || exit $?
22

3-
if [[ "${COV}" != "" ]]; then
3+
if [ "${_COV}" != "" ]; then
44
./coverage.sh ${_COV}
55
fi

0 commit comments

Comments
 (0)