Skip to content

Commit 57c79a3

Browse files
committed
chore(travis): remove test code
1 parent 0a44a4d commit 57c79a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function run {
4949

5050
mkdir -p tmp
5151
git show $TRAVIS_COMMIT~1:package.json > tmp/package.old.json
52-
OLD_VERSION="TEST" #$(readJsonProp "tmp/package.old.json" "version")
52+
OLD_VERSION=$(readJsonProp "tmp/package.old.json" "version")
5353
VERSION=$(readJsonProp "package.json" "version")
5454
CODENAME=$(readJsonProp "package.json" "codename")
5555

0 commit comments

Comments
 (0)