Skip to content

Commit 33beeb1

Browse files
committed
using correct build command in travis
1 parent da69704 commit 33beeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
- composer install --no-interaction --no-dev --no-progress --no-suggest --optimize-autoloader
1818

1919
script:
20-
- if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then /usr/bin/env php ./bin/php-cs phpcs:build -vvv ; fi
20+
- if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then composer run-script build -vvv ; fi
2121

2222
deploy:
2323
provider: releases

0 commit comments

Comments
 (0)