From 6e5eaa16c28d4cafa41d724c99aaac1438ee1126 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Fri, 3 Mar 2017 22:09:28 -0500 Subject: [PATCH] Trying to call sh, maybe... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9eedbbc..e0b8199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: - '2.7' script: - - bootstrap.sh + - sh bootstrap.sh