Solved bug in travis script file

This commit is contained in:
Ganesh Gore 2019-08-23 16:03:21 -06:00
parent 82a186bf7c
commit 2e3f906d40
1 changed files with 1 additions and 1 deletions

View File

@ -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