Skip to content

Commit

Permalink
Upgrade to stunnel 5.56 #1246
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 26, 2020
1 parent 54bd909 commit 15a90d8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ jobs:
allow_failures:
- env: JDK='OpenJDK EA'

before_install:
- if [[ ! -f downloads/stunnel-5.54.tar.gz ]]; then wget -O downloads/stunnel-5.54.tar.gz ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.54.tar.gz; fi
- if [[ ! -f ./stunnel-5.54/configure ]]; then tar -xzf downloads/stunnel-5.54.tar.gz; fi
- if [[ ! -f ./stunnel-5.54/src/stunnel ]]; then cd ./stunnel-5.54; ./configure; make; cd ..; fi
- export PATH="$PATH:$(pwd)/stunnel-5.54/src"

install: make prepare ssl-keys
install:
- if [[ ! -f downloads/stunnel-5.56.tar.gz ]]; then wget -O downloads/stunnel-5.56.tar.gz ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.56.tar.gz; fi
- if [[ ! -f ./stunnel-5.56/configure ]]; then tar -xzf downloads/stunnel-5.56.tar.gz; fi
- if [[ ! -f ./stunnel-5.56/src/stunnel ]]; then cd ./stunnel-5.56; ./configure; make; cd ..; fi
- export PATH="$PATH:$(pwd)/stunnel-5.56/src"
- make prepare ssl-keys

script: make test-coverage PROFILE=${PROFILE:-ci}

Expand All @@ -56,7 +55,7 @@ cache:
directories:
- '$HOME/.m2/repository'
- '$TRAVIS_BUILD_DIR/downloads'
- '$TRAVIS_BUILD_DIR/stunnel-5.54'
- '$TRAVIS_BUILD_DIR/stunnel-5.56'

notifications:
webhooks:
Expand Down

0 comments on commit 15a90d8

Please sign in to comment.