diff --git a/.travis.yml b/.travis.yml index 2601cec9c..e64909c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - docker pull statusteam/nim-base script: - docker run statusteam/nim-base nim --version - - docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble install -dy && nimble test + - docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble install -dy && nimble test" - os: osx before_install: