diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-12-20 01:18:28 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-12-20 01:18:28 +0100 |
commit | 328a5c62a1459cca306ff5370b6fcdd056802fbf (patch) | |
tree | 971a6776e3281f478b0898c55e8e83faea1c49bd /.travis.yml | |
parent | b2304c7c6638e3b2102797cc45a32810958738c7 (diff) | |
download | blogc-328a5c62a1459cca306ff5370b6fcdd056802fbf.tar.gz blogc-328a5c62a1459cca306ff5370b6fcdd056802fbf.tar.bz2 blogc-328a5c62a1459cca306ff5370b6fcdd056802fbf.zip |
travis: migrate to ubuntu xenial. use homebrew addon
Diffstat (limited to '.travis.yml')
-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 |