From 68751762e2f95ac8e5afc774705b399259bcd5f3 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Fri, 26 Feb 2021 09:41:32 +0100 Subject: [PATCH] fix: travis test invocation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2426445..3f2e7ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ --- script: - - test.sh + - ./test.sh