Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Added configuration to allow travis ci to automatically deploy tagged
Browse files Browse the repository at this point in the history
commits.
  • Loading branch information
howech committed Nov 13, 2019
1 parent 1f4d193 commit ff7d367
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- 8


script:
- CI=true npm run build

Expand All @@ -19,3 +18,9 @@ notifications:
- [email protected]
on_success: change
on_failure: always

before_deploy:
- git remote set-url origin https://${GH_TOKEN}@github.com/unchained-capital/caravan.git
- git config --global user.email "Travis CI<[email protected]>"
- git config --global user.name "TravisCI"

0 comments on commit ff7d367

Please sign in to comment.