diff --git a/.travis.yml b/.travis.yml index 4d2cb88..5c199c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ notifications: email: true before_install: - brew update - - brew install --HEAD xctool + - brew uninstall xctool && brew install --HEAD xctool