Skip to content

Commit 25833c8

Browse files
committed
rebuild [run deploy] v1.1.3
1 parent 1fd32be commit 25833c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ pids
99
*.pid
1010
*.seed
1111

12+
mytest
13+
1214
public_pages
1315

1416
# Directory for instrumented libs generated by jscoverage/JSCover

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_deploy:
3333
git push https://${GITHUB_TOKEN}@github.com/$TRAVIS_REPO_SLUG HEAD:$TRAVIS_BRANCH
3434
git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
3535
export LAST_HASH=$(git ls-remote https://github.com/$TRAVIS_REPO_SLUG $TRAVIS_BRANCH | awk '{ print $1}')
36-
echo $LAST_HASH
36+
echo $NPM_TOKEN
3737
fi
3838
#https://blog.travis-ci.com/2018-04-11-how_to_publish_node_js_packages_with_travis_ci_and_packagecloud/
3939
deploy:

0 commit comments

Comments
 (0)