Fix if statement for travis build.

This commit is contained in:
baztian
2015-04-03 15:04:06 +02:00
parent 731cd21f9d
commit 2e2fc07c16
+1 -1
View File
@@ -42,4 +42,4 @@ script:
- $PY test/testsuite.py $TESTNAME
after_success:
- if [ -z "$JYTHON" ]; coveralls
- if [ -z "$JYTHON" ]; then coveralls ;fi