Skip to content

Commit 5a9ef7d

Browse files
committed
Merge branch 'update/travis-for-phar-version' of https://github.com/mrrobot47/easyengine into mrrobot47-update/travis-for-phar-version
2 parents 809e022 + 3442e00 commit 5a9ef7d

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)