| commit | d1e43838d324a87425201065e0ecbcb8da87d8e1 | [log] [tgz] |
|---|---|---|
| author | Daniele Sluijters <github@daenney.net> | Fri Jun 06 16:34:19 2014 +0200 |
| committer | Daniele Sluijters <github@daenney.net> | Fri Jun 06 16:34:19 2014 +0200 |
| tree | f8f4ef267e9cbf90f6e26e33d002148037f8efde | |
| parent | 2d781b21ff2d7f0f48befc29ae6ca5dbdc2a5245 [diff] [blame] |
travis: Typing Darwin is really hard.
diff --git a/.travis/install.sh b/.travis/install.sh index 340571e..3582ea1 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