diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:58:27 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:58:27 +0200 |
| commit | c34ff4c479cb54faeaac3be54c8b7ff15552cf9e (patch) | |
| tree | cea3d52e4075c2fec03d4754a97e910b6110cb79 | |
| parent | 505d3476b56a0e52569c658e20e591a878dc10e7 (diff) | |
| download | vis-c34ff4c479cb54faeaac3be54c8b7ff15552cf9e.tar.gz vis-c34ff4c479cb54faeaac3be54c8b7ff15552cf9e.tar.xz | |
travis: remove harmful line continuation symbols
| -rw-r--r-- | .travis.yml | 4 |
1 files 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 |
