Skip to content

Commit

Permalink
Fixed Travis problems and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kwiatkowski committed Jan 11, 2018
1 parent de2246e commit d9ca2e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -16,9 +16,7 @@ language: c

sudo: required

dist: trusty

osx_image: xcode8.2
group: travis_lts

services:
- docker
Expand Down
8 changes: 8 additions & 0 deletions valgrind_test.supp
Expand Up @@ -9,6 +9,14 @@
fun:gaih_inet*
fun:getaddrinfo
}
{
getaddrinfo-invalidfree
Memcheck:Free
fun:free
fun:__libc_freeres
...
fun:exit
}
{
ssl_handshake-value
Memcheck:Value8
Expand Down

0 comments on commit d9ca2e0

Please sign in to comment.