From 5078366bca8aab342792e984038e7c0cce47c6de Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 9 Jan 2019 23:41:52 +0100 Subject: [PATCH] prefix travis script with sh msync doesn't set the +x bit, so a simple `./..` does not work. We now prefix the script with `sh` and everything is fine again. --- moduleroot/.travis.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduleroot/.travis.yml.erb b/moduleroot/.travis.yml.erb index c92e6347..07dd5061 100644 --- a/moduleroot/.travis.yml.erb +++ b/moduleroot/.travis.yml.erb @@ -21,7 +21,7 @@ addons: <%- end -%> <%- end -%> before_install: - - ./.travis/setup.sh + - sh ./.travis/setup.sh script: - 'bundle exec rake $CHECK' matrix: