diff options
author | Daniele Sluijters <github@daenney.net> | 2014-06-06 16:34:19 +0200 |
---|---|---|
committer | Daniele Sluijters <github@daenney.net> | 2014-06-06 16:34:19 +0200 |
commit | d1e43838d324a87425201065e0ecbcb8da87d8e1 (patch) | |
tree | f8f4ef267e9cbf90f6e26e33d002148037f8efde | |
parent | 2d781b21ff2d7f0f48befc29ae6ca5dbdc2a5245 (diff) | |
download | cryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.tar.gz cryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.tar.bz2 cryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.zip |
travis: Typing Darwin is really hard.
-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 340571e5..3582ea12 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,7 +3,7 @@ set -e set -x -if [[ "$(uname -s)" == 'Dawin' ]]; then +if [[ "$(uname -s)" == 'Darwin' ]]; then DARWIN=true else DARWIN=false |