Skip to content

Commit

Permalink
fix(release): release
Browse files Browse the repository at this point in the history
  • Loading branch information
kappys1 committed Aug 27, 2019
1 parent f252d72 commit bb29c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cache:
directories:
- "~/.npm"
- "node_modules" #Cache node_modules for faster builds
- dist #Cache node_modules for faster builds
notifications:
email: false
node_js:
Expand Down Expand Up @@ -44,7 +45,6 @@ jobs:
condition: $TRAVIS_BRANCH = master
- stage: npm release
if: branch = master
script: npm run build
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit bb29c28

Please sign in to comment.