From 08768053d4feda99b708a4470648182c8d301889 Mon Sep 17 00:00:00 2001 From: Kenneth Lu Date: Fri, 15 Mar 2019 20:33:07 +0800 Subject: [PATCH] [Testing] Fix permissions for test/functional/test.sh --- .travis.yml | 2 -- test/functional/test.sh | 0 2 files changed, 2 deletions(-) mode change 100644 => 100755 test/functional/test.sh diff --git a/.travis.yml b/.travis.yml index a01de71360..555a4cefa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: - '8' -before_install: - - chmod +x ./test/functional/test.sh deploy: provider: script script: cd docs && ../index.js build && ../index.js deploy --travis diff --git a/test/functional/test.sh b/test/functional/test.sh old mode 100644 new mode 100755