Skip to content

Commit c41482f

Browse files
author
Tim Etchells
committed
Separate out current travis from OSS travis
1 parent 825c4a7 commit c41482f

File tree

5 files changed

+564
-253
lines changed

5 files changed

+564
-253
lines changed

.travis.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,23 @@ script:
3535

3636
after_success:
3737
- cd ..
38-
- ./publish.sh
38+
- ./publish.sh
39+
40+
#before_deploy:
41+
# # cwd back to repo root
42+
# - cd ..
43+
# - cp -v dev/*.vsix .
44+
# - export artifact_name="$(basename *.vsix)"
45+
# - git config --local user.name "tetchel"
46+
# - git config --local user.email "[email protected]"
47+
# - export TRAVIS_TAG="nightly-$(date +'%F_%H-%M_%Z')"
48+
# - git tag $TRAVIS_TAG
49+
#
50+
#deploy:
51+
# on:
52+
# branch: master
53+
# condition: $TRAVIS_EVENT_TYPE = cron
54+
# provider: releases
55+
# api_key: ???
56+
# file: $artifact_name
57+
# skip_cleanup: true

0 commit comments

Comments
 (0)