diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-22 17:32:12 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-22 17:32:12 +0300 |
commit | c10e4d849f11789230e0ba535bfc65770a16fdae (patch) | |
tree | d89d4b9cf6ea07a704a1d8b8a30904e62731f425 | |
parent | 6f6017d494cbd5b1eeacc1381bb08267ebea653f (diff) | |
download | simple-container-c10e4d849f11789230e0ba535bfc65770a16fdae.tar.xz simple-container-c10e4d849f11789230e0ba535bfc65770a16fdae.zip |
Fix deploy list
-rw-r--r-- | .travis.yml | 12 |
1 files 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 |