diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x | .travis/install.sh | 7 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 9b900eb9..b6f6f0cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,8 @@ notifications: - "irc.freenode.org#cryptography-dev" use_notice: true skip_join: true + webhooks: + - https://buildtimetrend.herokuapp.com/travis matrix: exclude: diff --git a/.travis/install.sh b/.travis/install.sh index 26a82c44..f82cc4a3 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,13 +3,8 @@ set -e set -x -if [[ "$(uname -s)" == 'Darwin' ]]; then - DARWIN=true -else - DARWIN=false -fi -if [[ "$DARWIN" = true ]]; then +if [[ "$(uname -s)" == 'Darwin' ]]; then brew update if [[ "${OPENSSL}" != "0.9.8" ]]; then diff --git a/docs/installation.rst b/docs/installation.rst index 30f50646..c061903e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -30,7 +30,7 @@ OpenSSL releases: * ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``) * ``OpenSSL 1.0.1`` * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``) -* ``OpenSSL 1.0.1e-freebsd`` +* ``OpenSSL 1.0.1j-freebsd`` * ``OpenSSL 1.0.1-latest`` (The most recent 1.0.1 release) * ``OpenSSL 1.0.2`` |