diff --git a/.travis.yml b/.travis.yml index e7eacc437..5695d42ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: compiler: clang env: - WITH_OPENSSL=1 + - SKIP_TESTS=style before_install: - brew install doxygen graphviz - pip3 install pytest @@ -35,6 +36,7 @@ matrix: compiler: clang env: - WITH_OPENSSL=0 + - SKIP_TESTS=style before_install: - brew install doxygen graphviz - pip3 install pytest