]> git.ipfire.org Git - thirdparty/openssl.git/blame - .travis.yml
Remove warning about use of uninitialised variable
[thirdparty/openssl.git] / .travis.yml
CommitLineData
66c103bd
AG
1language: c
2
3os:
4 - linux
5 - osx
6
7compiler:
8 - clang
9 - gcc
10
11env:
12 - CONFIG_OPTS=""
13 - CONFIG_OPTS="--debug"
14 - CONFIG_OPTS="shared"
15
16script:
17 - ./config $CONFIG_OPTS && make && make test
18
19notifications:
20 recipient:
21 - openssl-dev@openssl.org
22 email:
23 on_success: change
24 on_failure: always