From d9491dc9f72cd4c0a36221d67268fedb0ac06dfc Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Fri, 10 Aug 2018 11:50:17 +0200
Subject: [PATCH] Fix typo in travis script.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9a69f29c8..bd0a9c765 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,7 +112,7 @@ before_install:
   - |
     if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo apt-get update
-      sudo apt-get install gcc-8  $(if [ "$BACKEND" = cpp ]; then echo -n "g++-8" )
+      sudo apt-get install gcc-8  $(if [ "$BACKEND" = cpp ]; then echo -n "g++-8"; fi )
       sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 60
       sudo update-alternatives --set gcc /usr/bin/gcc-8
       export CC=gcc-8
-- 
2.30.9