From 81d61227e3a8d48c1dcc04f945a0888a7fdfdace Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 19 Sep 2020 16:25:40 +0200 Subject: Deprecate old setters for UV ro/rw attribute Use DEPRECATED macro on noop calls for NK Storage v0.51+ Update Travis CI config Fixes #182 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6f3cec0..69de990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: generic -sudo: false os: osx env: global: - CF="-DCOMPILE_OFFLINE_TESTS=1 -DERROR_ON_WARNING=ON" -matrix: +jobs: include: - osx_image: xcode11.5 - osx_image: xcode9.1 -- cgit v1.2.1