Have travis fetch a library for osx builds

This commit is contained in:
Leonardo Zide 2017-01-14 10:33:46 -08:00 committed by GitHub
parent 2cd7dcfb00
commit 390db5fd15

View file

@ -57,6 +57,9 @@ install:
brew link --force qt5;
fi
fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
wget https://github.com/leozide/leocad/releases/download/v0.83.2/Library-Linux-9306.zip -O library.bin
fi
script:
- qmake -v