From: Sebastián Ramírez Date: Sun, 9 Dec 2018 15:07:11 +0000 (+0400) Subject: :green_heart: Call test script with explicit bash X-Git-Tag: 0.1.11~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07b3a330a32d68c828a4ce5863ce3d26410e1e09;p=thirdparty%2Ffastapi%2Ffastapi.git :green_heart: Call test script with explicit bash --- diff --git a/.travis.yml b/.travis.yml index b7f68fccfc..47c2625c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - flit install script: - - scripts/test.sh + - bash scripts/test.sh # after_script: # - codecov