From c10e4d849f11789230e0ba535bfc65770a16fdae Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 22 Oct 2017 18:32:12 +0400 Subject: Fix deploy list --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index af67ab6..f4a4457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,9 @@ jobs: - npm install - npm run build deploy: - provider: npm - skip_cleanup: true - email: "info@valentineus.link" - api_key: $NPM_PROJECT_TOKEN - on: - tags: true \ No newline at end of file + provider: npm + skip_cleanup: true + email: "info@valentineus.link" + api_key: $NPM_PROJECT_TOKEN + on: + tags: true \ No newline at end of file -- cgit v1.2.3