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