Skip to content

Commit cf5fc45

Browse files
committed
install rsync on fedora distros
1 parent 090758b commit cf5fc45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis-docker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [ $fork_user != $default_user -o $fork_branch != $default_branch ]; then
4343
fi
4444

4545
echo ENV OPAMYES=1 >> Dockerfile
46+
[[ ${DISTRO} = "fedora"* ]] && echo RUN sudo yum install rsync -y >> Dockerfile
4647
echo RUN opam update -u -y >> Dockerfile
4748
echo RUN opam depext -ui travis-opam >> Dockerfile
4849
echo RUN cp '~/.opam/$(opam switch show)/bin/ci-opam' "~/" >> Dockerfile

0 commit comments

Comments
 (0)