mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): remove test code
This commit is contained in:
@@ -49,7 +49,7 @@ function run {
|
||||
|
||||
mkdir -p tmp
|
||||
git show $TRAVIS_COMMIT~1:package.json > tmp/package.old.json
|
||||
OLD_VERSION="TEST" #$(readJsonProp "tmp/package.old.json" "version")
|
||||
OLD_VERSION=$(readJsonProp "tmp/package.old.json" "version")
|
||||
VERSION=$(readJsonProp "package.json" "version")
|
||||
CODENAME=$(readJsonProp "package.json" "codename")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user