integration test in travis

This commit is contained in:
bohanjason
2019-10-26 22:35:01 -04:00
committed by Dana Van Aken
parent 0f60e95da4
commit d54a543bf1

View File

@@ -13,6 +13,7 @@ RUN pip3 install codecov
COPY ./docker/credentials.py ./website/settings
COPY ./docker/wait-for-it.sh .
COPY ./docker/start-test.sh .
RUN chmod +x ./*.sh