aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorDaniele Sluijters <github@daenney.net>2014-06-06 16:34:19 +0200
committerDaniele Sluijters <github@daenney.net>2014-06-06 16:34:19 +0200
commitd1e43838d324a87425201065e0ecbcb8da87d8e1 (patch)
treef8f4ef267e9cbf90f6e26e33d002148037f8efde /.travis
parent2d781b21ff2d7f0f48befc29ae6ca5dbdc2a5245 (diff)
downloadcryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.tar.gz
cryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.tar.bz2
cryptography-d1e43838d324a87425201065e0ecbcb8da87d8e1.zip
travis: Typing Darwin is really hard.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
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