Update readme. Add travis ci.

This commit is contained in:
alf 2016-10-23 20:03:08 -07:00
parent eff52a00de
commit 1818bc2b83
3 changed files with 20 additions and 1 deletions

View file

@ -67,7 +67,7 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
--disable-debug \
&& make && make install && make distclean
RUN cd /opt/ && tar cvzf /tmp/nginx.tar.gz nginx
# RUN cd /opt/ && tar cvzf /tmp/nginx.tar.gz nginx
# Cleanup.
RUN rm -rf /var/cache/* /tmp/*