Skip to content

Commit

Permalink
travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaziuk committed Jul 8, 2017
1 parent c42f136 commit c2ebece
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ insert_final_newline = true

[*.json]
indent_size = 2

[*.yml]
indent_size = 2
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ node_js:
- 4
- 5
- 6
- 7
- 8
deploy:
provider: npm
email: [email protected]
api_key:
secure: BFB2qcccuF3q9gsLylUEfthF7DadZRSIf+Y5JcTWAQGzPXp/uf6OxMDnDcm5TluOVouGfivh4ai+uCb4ranh21w/QPTcqjzjTQYL/DE8wg/JLMvz0gRniLyXJbkqZzYT1cDNaCKFyqmsUwVn0p07aj+hmQ0DjOqc9Ilqf6ePtGpkvSOWWcrg04jkyhSYNHa1FR5mGIl6nmxOzK5LKDk/QYIZOGkvte2WMX3XKg6XPkW8JEN7JOQuvH53gp+h5BpCqMUwL/fNJ+ybr+dHme0l+3sURIpTC2X7aytcuOuXaeTIimN5sCkz5W++T/ax8xgyQ0sxtGsv7ztYZI+xRPDEVf4TjV/S3/3rA7wSsQXY5l6SdhEV+mNhvDp7ff4rAt5GZHRiFnOb2Bsk7fiDrcSVRjZJJB6ny2vrs6HNt5uJS/fdA4sobLTEEQg4tf+eUPH2uPSquwUOEaFiY3hWOtU3CdpDJrRuON2OONjvh9o822ixH+1Fm1eBBizOEJPFGI+a+QhpEaHcxzoy+uLnUUJMKydqlNH0OBBKV9KWrwLkCQcj4u9xi6sh1QGZgRvFMnvms7S0wtf/TsAWre3PChgfWrBLIHm0KSV0D3eIEgFqM5iCI+lMGeeXJI4IuxNQ8nIn2AoxEyX2jPEQn2pOwCI4ltbu7p5oC5jVlVotl5eCRxs=
on:
tags: true
branch: master
repo: tlaziuk/mithril-express-middleware

0 comments on commit c2ebece

Please sign in to comment.