Skip to content

Commit

Permalink
Merge 09bef88 into 579902e
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHaigh committed Sep 15, 2019
2 parents 579902e + 09bef88 commit 2597840
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@ node_js:
script:
- npm run ci

branches:
except:
- /build-.*-.*/ # build-develop-23
- /v\d\.\d\.\d/ # v1.2.3

after_success:
- export GIT_TAG=build-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER
- npm run coveralls
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=build-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git tag $GIT_TAG -a -m "[skip travis] Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git push https://$GH_TOKEN@github.com/yachr/yachr $GIT_TAG > /dev/null



# before_deploy:
# - git config --global user.email "builds@travis-ci.com"
# - git config --global user.name "Travis CI"
# - export GIT_TAG=v$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER
# - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
# - git push origin $GIT_TAG
before_deploy:
- npm run build
- npm version patch -m "[skip travis] Travis Release Build"
- npm pack
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- git push https://$GH_TOKEN@github.com/yachr/yachr master > /dev/null



deploy:
- provider: releases
skip_cleanup: true
api_key:
secure: fER5LWgftZtQU7bPXn8CauS8z6sLDcds/v4ZlxacZXml3TEbc7COmruSyMy+pb+Ii2JDmQSfVvJ2QYCf/fdbQsklGmtAQcfWo90K5FQsS43WNBzLMkJ0zQLg7atsvdDnRQmpiClM7M4FF0iEQLg/D+SOQXszoInNbsJ8p7UeMuRUUYxM1WoB2Rf6yfdBfmXBkKXvIWEX4JZj2PlyW3+S5tKd7VyAKInpVlnhSD7FlISwuwtmsvhtzxQJG0Bb1ehNLcSuacY6+/JN3H/pA1HdfpoN617Fq3j8g6HpcN7Es6K1jz7kD/mKcZLAjvEFztcG/chHNfSkU2jsTIIfVWz8Y+bPvAedP0HZ/tHZ0QT1hM+C7/gcINZ+6g33KvPrzROy+IxUicg407whlf0wOIpTUnlI1GDZb97Vrn0LkzoMWuCqDnFrTJbLou20sonsv8e7fp9sk//Cem2HMpqnq/MEsitwX22wbp7iqBk0ohqx9dSlWe5Bv9Ca08E4z/EmdZ/YMUCWk/z1Zbv0csCA31iKhfq7vPUHMRguUbHmQXYA6PQPC8W9cwJz1CRfHTKcEqfwEvzSn35ttmmR1TOUJwkkhvqbu4kwBdZnL/5trkW65qmCrQ6cx5quOM+gzINFBzjW9H3Y8EpYgy5mx1PtAufgbZetP1n2vRwWbenHTdijDsA=
file: "yachr-*.*.*.tgz"
on:
repo: yachr/yachr
branch: master
tags: false

- provider: npm
skip_cleanup: true
email: tylerhaigh1994@me.com
api_key:
secure: bo4wKieaNfXuxukGmlAl18EoPtjzNfbja5NqqK7jcy8B0u/51TamyeumLB6e7W64LCgnOjeJTds1PrFFSJIN/LQpmOeGfM7BwiJtpT0uPC2wShLUB8imJ5xCgFsz5AMuLpkv0DoSBZtDILfEpDyu58Th+9caLEr3B7/6nk/wis2nuI7M6XMKQk6uQbCYo4/7MopGahwOaZn1P/+UVaoO7pw+VWkef7YWC91CfiwVPGnhwjC6SVem6Xx0EAkn8j0ANqAm0g4X8+14vKH/+V5nhMIKYL/4WBvvmV3ccf8FoDMfo+OWITY331+qpleSHsXMuISlnzflAQK6rQ1H+h75AaR9EFEh65X/Rc+9utRd7+JsYF6ehNAtzIzulCB0S6S5M9+ko52/+jxhMxB0qUi7wFBJxLbOXbFvNdchGHYhsVysj+cj3wuYI0xAKw1WxBbjkRBa77EAKH8aCIlJsM21n+anAW8xxraQA7LokFqQYT1eMsB4bXStU3X6dKmo7FtZJv21eC8rzqfwoQ7SCsEmj3FMxii1T+/etm0L3rzJStQ1h+vEiPfZx3cGWaSY0WTLOqZPzMzpDnLlQMjh8+43374udqpngu++7AxXuYX4UL+SuOh5K20qnctKKF5kGDUUq/v8yNC5JfT3Yy/xZ7hbG9lhUtQCulLHLhHURqBHUSA=
on:
repo: yachr/yachr
branch: master
tags: false
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yachr",
"version": "0.1.0",
"version": "0.1.1",
"description": "Yet another cucumber html reporter",
"scripts": {
"prebuild": "shx rm -rf dist",
Expand Down Expand Up @@ -69,7 +69,7 @@
"typescript": "^3.3.3333"
},
"files": [
"/dist"
"dist/"
],
"contributors": [
{
Expand Down

0 comments on commit 2597840

Please sign in to comment.