From bc1390125b1f978cd8046673db4ed8db1a67b8a3 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 24 Feb 2019 17:03:26 -0500 Subject: [PATCH] Fix line ending issue --- .ci/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index 62af2569..56e5fb45 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -44,5 +44,5 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then qttools5-dev \ libqt5svg5-dev \ qtmultimedia5-dev \ - liblmdb-dev \ -fi + liblmdb-dev +fi \ No newline at end of file