aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e1fcb36d..dfde416b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,10 @@
language: cpp
os: osx
-before_install:
- - brew update
- - brew install qt5
+addons:
+ homebrew:
+ packages:
+ - qt5
script:
# XXX: please chmod +x the shell script.