From c34ff4c479cb54faeaac3be54c8b7ff15552cf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 6 Oct 2015 09:58:27 +0200 Subject: travis: remove harmful line continuation symbols --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a01706c..bcfd5a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - DEBUG= - DEBUG=debug install: - - export LIBTERMKEY=libtermkey-0.17 && \ - curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - && \ + - export LIBTERMKEY=libtermkey-0.17 && + curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - && make -C $LIBTERMKEY && make -C $LIBTERMKEY PREFIX=$(pwd)/build install script: CFLAGS=-I./build/include LDFLAGS=-L./build/lib make $DEBUG -- cgit v1.2.3