From 3442bc5cba4a790de8c6da03fcc383c23320de4e Mon Sep 17 00:00:00 2001 From: Cold-Egg Date: Fri, 20 Dec 2019 13:34:50 -0500 Subject: [PATCH] travis test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 469e335..dcbb26b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ env: - DOCKER_COMPOSE_VERSION=1.25.0 before_install: - - './.travis/main.sh' + - chmod +x ./.travis/main.sh + - ./.travis/main.sh install: - git clone https://github.com/litespeedtech/ols-docker-env.git