From 78c71c2fa34fff21dab8f6c12be5d9af168f2f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Wed, 4 Dec 2019 02:51:30 +0800 Subject: [PATCH] update travis ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb8c8ae..7e370ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ jobs: allow_failures: - os: windows before_deploy: - - ./build.sh + - chmod +x ./build.sh && ./build.sh deploy: provider: releases