Skip to content

Commit

Permalink
Merge pull request #116 from wdlkmpx/travis
Browse files Browse the repository at this point in the history
fix travis CI builds
  • Loading branch information
twogood committed May 10, 2021
2 parents d65fc0e + 6565962 commit 1c85937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ os:
- osx

osx_image: xcode12u
dist: focal
sudo: false
dist: bionic

language: c

Expand Down Expand Up @@ -36,6 +35,7 @@ matrix:
- os: osx
env: STATIC_ANALYZER=scan-build CMAKE_OPTS="-DCMAKE_BUILD_TYPE=Debug"
allow_failures:
- env: USE_OUR_OWN_MD5=1 BUILD_STATIC=0
- env: STATIC_ANALYZER=scan-build CMAKE_OPTS="-DCMAKE_BUILD_TYPE=Debug"

install:
Expand Down
6 changes: 6 additions & 0 deletions test/v5/CVE-2015-1386/CVE-2015-1386.sh
@@ -1,4 +1,10 @@
#!/bin/bash

if [ "$(uname)" != "Linux" ] ; then
echo "This test can only run on Linux "
exit 0
fi

set -e
cd `dirname $0`
MD5_FILE=`pwd`/`basename $0 .sh`.md5
Expand Down

0 comments on commit 1c85937

Please sign in to comment.