Skip to content

Commit bef552d

Browse files
authored
test change to package building options (#587)
this is a test change to see if I can exclude development packages from the release files.
1 parent e7a8eeb commit bef552d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/package-code.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -ev
3+
composer install --no-dev
34
echo $TRAVIS_TAG
45
if [ "${TRAVIS_TAG}" != "false" ]; then if [ "${TRAVIS_TAG}" != "" ]; then
56
tar -czf /tmp/opencats-$TRAVIS_TAG-full.tar.gz --exclude=INSTALL_BLOCK -C $TRAVIS_BUILD_DIR .

0 commit comments

Comments
 (0)