We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd32be commit 25833c8Copy full SHA for 25833c8
.gitignore
@@ -9,6 +9,8 @@ pids
9
*.pid
10
*.seed
11
12
+mytest
13
+
14
public_pages
15
16
# Directory for instrumented libs generated by jscoverage/JSCover
.travis.yml
@@ -33,7 +33,7 @@ before_deploy:
33
git push https://${GITHUB_TOKEN}@github.com/$TRAVIS_REPO_SLUG HEAD:$TRAVIS_BRANCH
34
git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
35
export LAST_HASH=$(git ls-remote https://github.com/$TRAVIS_REPO_SLUG $TRAVIS_BRANCH | awk '{ print $1}')
36
- echo $LAST_HASH
+ echo $NPM_TOKEN
37
fi
38
#https://blog.travis-ci.com/2018-04-11-how_to_publish_node_js_packages_with_travis_ci_and_packagecloud/
39
deploy:
0 commit comments