diff options
| -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 |
