We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a8eeb commit bef552dCopy full SHA for bef552d
ci/package-code.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -ev
3
+composer install --no-dev
4
echo $TRAVIS_TAG
5
if [ "${TRAVIS_TAG}" != "false" ]; then if [ "${TRAVIS_TAG}" != "" ]; then
6
tar -czf /tmp/opencats-$TRAVIS_TAG-full.tar.gz --exclude=INSTALL_BLOCK -C $TRAVIS_BUILD_DIR .
0 commit comments