From 69eed95a54f6dc2aaa9595f2e963ed6e6423d578 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Jan 2019 20:39:50 +0100 Subject: [PATCH] cd out of the build-helpers dir --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f448c72d8..503295e4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ addons: - libdw-dev - binutils-dev install: -- cd build_helpers && ./install_ta-lib.sh +- cd build_helpers && ./install_ta-lib.sh; cd .. - export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH - pip install --upgrade flake8 coveralls pytest-random-order pytest-asyncio mypy - pip install -r requirements-dev.txt