From 68e35a6cad01b9ca79f3fb2c1e9b868f0c1c0343 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Espargham Date: Fri, 24 Feb 2017 01:07:09 +0330 Subject: [PATCH] Added interpreter path (#3063) Signed-off-by: MohammadReza Espargham (github: rezasp) --- .travis/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/common.sh b/.travis/common.sh index 3403facef..2e7293b38 100755 --- a/.travis/common.sh +++ b/.travis/common.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # set colors RCol='\e[0m' # Text Reset