+---
os:
- linux
- osx
branches:
except:
- - /.*appveyor.*/
- - /.*win.*/
- - /.*mingw.*/
- - /.*freebsd.*/
- - /.*bitrise.*/
+ - /.*appveyor.*/
+ - /.*win.*/
+ - /.*mingw.*/
+ - /.*freebsd.*/
+ - /.*bitrise.*/
git:
quiet: true
addons:
apt:
sources:
- - xenial
- - sourceline: 'deb http://archive.ubuntu.com/ubuntu xenial main'
+ - xenial
+ - sourceline: 'deb http://archive.ubuntu.com/ubuntu xenial main'
packages:
- - zlib1g-dev
- - libssl-dev
- - build-essential
- - automake
- - autoconf
- - cmake
- - lcov
+ - zlib1g-dev
+ - libssl-dev
+ - build-essential
+ - automake
+ - autoconf
+ - cmake
+ - lcov
homebrew:
packages:
- - openssl
- - lcov
- - libtool
- - gcc
+ - openssl
+ - lcov
+ - libtool
+ - gcc
script: