Skip to content

Commit

Permalink
using correct build command in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Oct 18, 2017
1 parent da69704 commit 33beeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- composer install --no-interaction --no-dev --no-progress --no-suggest --optimize-autoloader

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

deploy:
provider: releases
Expand Down

0 comments on commit 33beeb1

Please sign in to comment.