diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-03-08 01:50:38 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-03-08 01:50:38 +0100 |
commit | 830f919aeb2cebbcf2a699cce48ffb0a71ed0b9b (patch) | |
tree | cfd0389cbf3baf84f7f8d5153e028c253468d2a1 /.travis.yml | |
parent | e9593b305fe1fcbdac7b86d6f91f7e1a21c2b95f (diff) | |
download | blogc-830f919aeb2cebbcf2a699cce48ffb0a71ed0b9b.tar.gz blogc-830f919aeb2cebbcf2a699cce48ffb0a71ed0b9b.tar.bz2 blogc-830f919aeb2cebbcf2a699cce48ffb0a71ed0b9b.zip |
build: ci: trying to fix osx build by upgrading it
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5d3d054..77559f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: packages: - libcmocka-dev - os: osx - osx_image: xcode11 + osx_image: xcode11.3 compiler: clang env: - TARGET=distcheck |