From 745d9fa00906102b34f48162cdd05fc656ec12f1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Jan 2020 16:02:10 -0500 Subject: Hopefully fixing this --- scripts/travis.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 scripts/travis.sh (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh old mode 100644 new mode 100755 index 457848f..d9844bf --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,3 +1,5 @@ +#!/bin/bash + if [ $STAGE = "script" ]; then if [ $TRAVIS_OS_NAME = "linux" ]; then echo "[TRAVIS] Running qmake" -- cgit v1.2.3