diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:08:48 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:08:48 +0000 |
| commit | f05c3defcfc1cd64147c2f3c7de0ca3c44140050 (patch) | |
| tree | c4520275068f0957d6091b6c06e8bae522270d45 /.travis.yml | |
| parent | 200008fd81d305ea1641e4b643119071dc3a08a7 (diff) | |
Keep fixing issues with the Mac build script
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
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. |
