From 491d5373845286ad3acfe1a45edf37b7815a56d2 Mon Sep 17 00:00:00 2001 From: a1batross Date: Sat, 14 May 2016 00:43:37 +0300 Subject: [PATCH] Seems gen-version.sh generates invalid XML when commit message have characters like less- or greater-than signs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1c6cf64..a76083a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,5 +41,5 @@ script: after_script: - - sh scripts/travis-upload.sh + - bash scripts/travis-upload.sh