cling cpt travis fold: misspelled "end".

This commit is contained in:
Axel Naumann 2018-06-14 10:05:51 +02:00 committed by sftnight
parent fa5aa3b2cc
commit c33c5fb033

View File

@ -561,7 +561,7 @@ def compile(arg, build_libcpp):
+ ' -v ".I"', shell=True)
except Exception as e:
print(e)
travis_fold_start("compile")
travis_fold_end("compile")
def install_prefix():
travis_fold_start("install")