Use bash instead of sh

This commit is contained in:
Radon Rosborough 2019-07-10 22:06:09 -07:00
parent 6765e7f7b3
commit 99e24051b8

View file

@ -20,5 +20,5 @@ blocks:
- checkout
- >-
docker run --rm -v "$PWD:/src"
silex/emacs:"$EMACS_VERSION" sh -c
silex/emacs:"$EMACS_VERSION" bash -c
'apt-get update && apt-get install -y make && make -C /src'