From: Hans Kristian Rosbach Date: Thu, 28 Apr 2016 12:23:33 +0000 (+0200) Subject: Fix spelling in travis config X-Git-Tag: 1.9.9-b1~773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a35a6461f830c8f7c31a32dff2e553ebf38af71;p=thirdparty%2Fzlib-ng.git Fix spelling in travis config --- diff --git a/.travis.yml b/.travis.yml index c610d8a70..6080169cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: env: - BUILDDIR=. TOOL="./configure --zlib-compat" - BUILDDIR=../build TOOL="../zlib-ng/configure --zlib-compat" - - BUILDDIR=. TOOL="./configure --zlib-compat --without-optimizations --without-new-stategies" + - BUILDDIR=. TOOL="./configure --zlib-compat --without-optimizations --without-new-strategies" - BUILDDIR=. TOOL="cmake ." - BUILDDIR=../build TOOL="cmake ../zlib-ng" script: mkdir -p $BUILDDIR && cd $BUILDDIR &&