We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 809e022 + 5a9ef7d commit 57e3aafCopy full SHA for 57e3aaf
ci/prepare.sh
@@ -2,4 +2,11 @@
2
3
# called by Travis CI
4
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
+
12
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quite > /dev/null
0 commit comments