From 73c14197fc628c86440e4354c511c1cd490c43ee Mon Sep 17 00:00:00 2001 From: alby128 Date: Fri, 9 Feb 2018 12:40:01 +0100 Subject: [PATCH] Added homebrew self update on Travis --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce3f7d3..d4477e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,21 +6,22 @@ branches: - master_local script: -- python buildPy2app.py py2app fix +- python2 buildPy2app.py py2app fix before_install: +- brew update - brew install python - brew tap cartr/qt4 - brew tap-pin cartr/qt4 - brew install pyside install: -- export PATH=/usr/local/bin:$PATH +#- export PATH=/usr/local/bin:$PATH - export QT_PREFERRED_BINDING="PySide" -- pip install twisted appnope pyobjc py2app +- pip2 install twisted appnope pyobjc py2app before_deploy: -- pip install dmgbuild +- pip2 install dmgbuild - mkdir dist_dmg - mv resources/macos_vlc_install.command resources/.macos_vlc_install.command - mv resources/lua/intf/syncplay.lua resources/lua/intf/.syncplay.lua