From 5c764330fc678084c56b830f732d95fc9de4ff2a Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Wed, 1 Mar 2017 18:35:59 +0900 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7182c8793..b6c1cd4fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ before_script: - npm run build after_success: - - chmod u+x ./travis/release.sh + - chmod u+x ./.travis/release.sh - ./.travis/release.sh