Skip to content

Commit c2c96cb

Browse files
authored
Merge pull request #28 from Azure-Samples/travis
Updating Travis Settings
2 parents 9579140 + 56c8fcf commit c2c96cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ deploy:
1919
api_key:
2020
secure: $NPM_TOKEN
2121
on:
22-
tag: publish
22+
branch: master
23+
tags: false

.travis/pu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# Source: https://dev.to/jeffreymfarley/deploy-atomically-with-travis--npm-68b
4+
35
setup_git() {
46
# Set the user name and email to match the API token holder
57
# This will make sure the git commits will have the correct photo

0 commit comments

Comments
 (0)