From e1cccf256215a431e9a503774d0f6c8b74ef87e7 Mon Sep 17 00:00:00 2001 From: xpl Date: Sun, 23 Jul 2017 10:05:11 +0300 Subject: [PATCH] typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f298bd703a6..fb0f4d6f8e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: # - git remote remove origin # - git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git # - git push origin HEAD:master -- env NPM_VERSION=${NPM_VERSION:1} /push-wiki.sh +- env NPM_VERSION=${NPM_VERSION:1} ./push-wiki.sh # deploy: # - provider: npm # email: igor.kroitor@gmail.com