Skip to content

Commit 57e3aaf

Browse files
committed
Merge branch 'mrrobot47-update/travis-for-phar-version' into develop-v4
2 parents 809e022 + 5a9ef7d commit 57e3aaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/prepare.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
# called by Travis CI
44

5+
if [[ "$TRAVIS_BRANCH" == "develop-v4" ]]; then
6+
version=$(head -n 1 VERSION)
7+
version="$(echo $version | xargs)"
8+
version+="-nightly"
9+
echo $version > VERSION
10+
fi
11+
512
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quite > /dev/null

0 commit comments

Comments
 (0)