Update .travis.yml

This commit is contained in:
Jonas Kvinge 2018-09-12 19:45:46 +02:00 committed by GitHub
parent b5c0529969
commit d43190a41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker build -f Dockerfile -t strawberry-build . ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run -d -p 127.0.0.1:80:4567 strawberry-build ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker ps -a ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run strawberry-build
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run strawberry-build ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install git glib pkgconfig protobuf protobuf-c qt ; fi