From 2e3f906d40042ea4116b78d6205f2558cae31479 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Fri, 23 Aug 2019 16:03:21 -0600 Subject: [PATCH] Solved bug in travis script file --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index 06909c457..926d8c15e 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -13,7 +13,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake .. -DCMAKE_BUILD_TYPE=debug -DENABLE_VPR_GRAPHICS=off make -j2 alias python3.5="python3" - ln -s /opt/local/bin/python3 /opt/loca/bin/python3.5 + ln -s /opt/local/bin/python3 /opt/local/bin/python3.5 else # For linux, we enable full package compilation #make