chore(travis): preserve newlines on codenames

This commit is contained in:
Andy Joslin
2014-05-07 12:24:47 -06:00
parent 9de67e0ab7
commit 460eb89056

View File

@@ -35,7 +35,7 @@ function push {
# Get first codename in list
CODENAME=$(cat config/CODENAMES | head -n 1)
# Remove first line of codenames, it's used now
tail -n +2 config/CODENAMES > config/CODENAMES
echo "`tail -n +2 config/CODENAMES`" > config/CODENAMES
replaceJsonProp "bower.json" "version" "$VERSION"
replaceJsonProp "component.json" "version" "$VERSION"