Skip to content

Commit

Permalink
Upgrade to stunnel 5.50 #968
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 18, 2019
1 parent b4be08d commit 71dfcdb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ env:
sudo: false

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

install: make prepare ssl-keys

Expand All @@ -32,7 +32,8 @@ after_success:
cache:
directories:
- '$HOME/.m2/repository'
- '$TRAVIS_BUILD_DIR/stunnel-5.33'
- '$TRAVIS_BUILD_DIR/downloads'
- '$TRAVIS_BUILD_DIR/stunnel-5.50'

notifications:
webhooks:
Expand Down

0 comments on commit 71dfcdb

Please sign in to comment.