Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sibcool authored May 6, 2019
1 parent 521c0a2 commit e0c08d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ matrix:
brew install openssl;
brew install boost@1.60;
brew link boost@1.60 -f;
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/a57d0deab976cd8dee32404abe73f63cc5fbd60d/Formula/qt.rb;
wget -O https://raw.githubusercontent.com/Homebrew/homebrew-core/a57d0deab976cd8dee32404abe73f63cc5fbd60d/Formula/qt.rb;
brew install ./qt5.rb;
brew link qt5 -force;
brew link qt5 -f;
brew install libqrencode;
sudo easy_install appscript;
brew upgrade wget;
Expand Down

0 comments on commit e0c08d0

Please sign in to comment.