aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-12 00:47:43 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-12 00:47:43 +0200
commit258e1758cff02f3a7f317b4fec2c0b5dfc2fccce (patch)
tree5e2d91cc1ccb05fd65debaf6a9be02ce0746b937
parent374d794b0f232274030a66c820d7a23ab85c4800 (diff)
downloadOneRoll-258e1758cff02f3a7f317b4fec2c0b5dfc2fccce.tar.gz
OneRoll-258e1758cff02f3a7f317b4fec2c0b5dfc2fccce.zip
fix ci
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 11167ce..8221acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ matrix:
install:
- brew install cppcheck
- brew install qt5
- - brew link --force qt && ln -s /usr/local/Cellar/qt/5.13.0/mkspecs /usr/local/mkspecs && ln -s /usr/local/Cellar/qt/5.13.0/plugins /usr/local/plugins
+ - brew link --force qt && sudo ln -s /usr/local/Cellar/qt/5.13.0/mkspecs /usr/local/mkspecs && sudo ln -s /usr/local/Cellar/qt/5.13.0/plugins /usr/local/plugins
#env:
#- CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.13.0
#- PATH=/usr/local/opt/qt5/bin:$PATH