Skip to content

Commit

Permalink
fix travis.yml #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nf404 committed Dec 3, 2017
1 parent d289042 commit 3f88782
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ after_success:
- npm run codeclimate
deploy:
- provider: pages
skip_cleanup: true
local_dir: dist
github_token:
secure: $GITHUB_TOKEN
on:
branch: master
skip_cleanup: true
local_dir: dist
github_token:
secure: $GITHUB_TOKEN
on:
branch: master
- provider: releases
api_key:
secure: $GITHUB_TOKEN
file:
- "dist/crypto-api.js"
- "dist/crypto-api.min.js"
- "dist/crypto-api.min.js.map"
skip_cleanup: true
on:
tags: true
api_key:
secure: $GITHUB_TOKEN
file:
- "dist/crypto-api.js"
- "dist/crypto-api.min.js"
- "dist/crypto-api.min.js.map"
skip_cleanup: true
on:
tags: true
- provider: npm
email: "nf404.name@gmail.com"
api_key:
secure: $NPM_TOKEN
on:
tags: true
email: "nf404.name@gmail.com"
api_key:
secure: $NPM_TOKEN
on:
tags: true

0 comments on commit 3f88782

Please sign in to comment.