From 20e95b856c189f3e95948a013efa7233be39319c 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