travis: test

This commit is contained in:
Tomas Babej 2018-07-31 02:13:50 -04:00
parent 9a91b5de32
commit d7fd4177a6
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -11,7 +11,7 @@ ENV LANGUAGE en_US.UTF-8
# Setup taskwarrior
RUN git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior.git task
WORKDIR task
RUN git checkout $TASK_VERSION
RUN echo $TASK_VERSION; git checkout $TASK_VERSION
RUN git clean -dfx
RUN git submodule init
RUN git submodule update