0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Try osx build on travis

This commit is contained in:
Sergey Yagovtsev 2017-06-18 23:51:00 +03:00
parent e09b42a91e
commit ca6d097f9a

View File

@ -50,7 +50,7 @@ before_install:
sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty; sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty;
sudo apt-get update -qq; sudo apt-get update -qq;
else else
brew update brew update;
fi fi
install: install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then - if [ "$TRAVIS_OS_NAME" = "linux" ]; then