Fix if statement for travis build.

master
baztian 2015-04-03 15:04:06 +02:00
parent 731cd21f9d
commit 2e2fc07c16
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ script:
- $PY test/testsuite.py $TESTNAME
after_success:
- if [ -z "$JYTHON" ]; coveralls
- if [ -z "$JYTHON" ]; then coveralls ;fi