diff options
| -rw-r--r-- | .travis.yml | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 7849ca7..305be56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: required +dist: xenial  language: c  matrix: @@ -23,6 +23,11 @@ matrix:        env:          - TARGET=distcheck          - DISABLE_PUBLISHER=1 +      addons: +        homebrew: +          packages: +            - cmocka +            - xz      - compiler: gcc        env:          - TARGET=check-make-embedded @@ -79,8 +84,5 @@ matrix:  install:    - gem install ronn -  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi -  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmocka; fi -  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xz; fi  script: curl -sSf https://yatr.rgm.io/run.sh | bash  | 
