From 9fa35524de0fa0261f62cc28608a770e2ef9b1e3 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Tue, 27 Sep 2016 09:22:01 -0400 Subject: [PATCH] Be accurate in version comment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee7fd70..9832efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ after_script: ]]; then # Authenticate NPM echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc - # Set version to commit SHA + # Set version to timestamp npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s) npm publish # Publish to gh-pages as most recent committer