From 07b3a330a32d68c828a4ce5863ce3d26410e1e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 9 Dec 2018 19:07:11 +0400 Subject: [PATCH] :green_heart: Call test script with explicit bash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7f68fccf..47c2625c6 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