summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-12 11:35:11 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-12 11:35:11 +0100
commit67e197c3ed5adaf7af497b86c36cb8b1ef2738a7 (patch)
tree475cf5371add7b19225577ce94a1d9cbb135ad66
parent3081d9d922ea9ca32cd0e9de52d8fca2078b4c70 (diff)
added brew update to travis
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52de1f4..f11e2bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ before_install:
install:
+ - '[[ "$TRAVIS_OS_NAME" != osx || "$QTVER" != 511 ]] || brew update'
- '[[ "$TRAVIS_OS_NAME" != osx || "$QTVER" != 511 ]] || brew install qt5'
- '[[ "$TRAVIS_OS_NAME" != osx || "$QTVER" != 511 ]] || brew link --force qt5'
- '[[ "$TRAVIS_OS_NAME" != osx || "$QTVER" != 511 ]] || brew install poppler --with-qt'
@@ -40,4 +41,4 @@ script:
- '[[ "$DEPLOY_TIKZIT" != 1 ]] || curl --upload-file $FILE https://transfer.sh/$FILE'
notifications:
- email: false \ No newline at end of file
+ email: false