diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-04 17:24:12 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-04 17:24:12 -0800 |
commit | 5278cd9fe4f3c96adcd77dabcd6eecc7985b9abf (patch) | |
tree | 973e37237ba5cf48b45a0e7762b7551561033c64 | |
parent | 6a1883545efdcfbcc03583cc682e11051128a766 (diff) | |
download | cryptography-5278cd9fe4f3c96adcd77dabcd6eecc7985b9abf.tar.gz cryptography-5278cd9fe4f3c96adcd77dabcd6eecc7985b9abf.tar.bz2 cryptography-5278cd9fe4f3c96adcd77dabcd6eecc7985b9abf.zip |
Everything about bash is the worst
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index c39b5309..5b4cc516 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -16,7 +16,7 @@ if [[ "${OPENSSL}" == "0.9.8" ]]; then fi fi -if [[ "${TOX_ENV}" == "docs"]]; then +if [[ "${TOX_ENV}" == "docs" ]]; then if [[ "$(uname -s)" == "Darwin" ]]; then brew update brew install enchant |