Fix if statement for travis build.
parent
731cd21f9d
commit
2e2fc07c16
|
|
@ -42,4 +42,4 @@ script:
|
|||
- $PY test/testsuite.py $TESTNAME
|
||||
|
||||
after_success:
|
||||
- if [ -z "$JYTHON" ]; coveralls
|
||||
- if [ -z "$JYTHON" ]; then coveralls ;fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue