Changeset - 9ad52732f6d4
[Not reviewed]
0 1 0
vitalyster - 7 years ago 2018-02-26 16:36:47
vitalyster@gmail.com
Travis: switch macOS build to Swiften 4
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -11,9 +11,8 @@ matrix:
 
before_script:
 
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
 
      brew update;
 
      brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e6e43cf6a3%5E/Formula/cppunit.rb;
 
      brew install protobuf log4cxx popt;
 
      travis_wait 30 brew install -s libswiften;
 
      brew install cppunit protobuf log4cxx popt;
 
      travis_wait 30 brew install --devel libswiften;
 
    fi
 
script:
 
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
0 comments (0 inline, 0 general)