Skip to content

Commit 3442e00

Browse files
committed
Update travis to append nightly in develop-v4 version
1 parent 9c19dbc commit 3442e00

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)