add travis testing path (#930)

closes #927
This commit is contained in:
Stephen 2017-12-17 03:24:09 -08:00 committed by Nguyen Anh Quynh
parent 3e0d0cfab7
commit 5a117c84ff

View file

@ -13,7 +13,7 @@ UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), Linux)
ENV_VARS = LD_PRELOAD=librt.so LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
else
ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../ LIBUNICORN_PATH=$(TRAVIS_BUILD_DIR)
endif