Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore(travis): fix travis build release flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Nov 11, 2014
1 parent 210ee5e commit d94ba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-build-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function run {

NEW_VERSION="$(readJsonProp "package.json" "version")-master-$(echo $SHA | head -c 7)"

./scripts/bower-release.sh --new-version=$NEW_VERSION
./scripts/bower-release.sh --version=$NEW_VERSION
}

source $(dirname $0)/utils.inc

0 comments on commit d94ba07

Please sign in to comment.