chore(travis): better logging for site task, improvements

This commit is contained in:
Andy Joslin
2014-03-08 10:38:09 -07:00
parent 51d4b25db4
commit 5952f18184
4 changed files with 15 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ function run {
VERSION=$(readJsonProp "package.json" "version")
NEW_VERSION="$VERSION-$TRAVIS_BUILD_NUMBER"
NEW_VERSION="$VERSION-nightly-$TRAVIS_BUILD_NUMBER"
replaceJsonProp "package.json" "version" "$NEW_VERSION"