Skip to content

Commit

Permalink
remove ant verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Oct 29, 2014
1 parent 39abe94 commit 21a4b7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ before_script:
#- php ./bin/travis-setup.php $OPCODE_CACHE

script:
- ./bin/fix-codingstyle.sh
- ant set-exec-permissions -v
- ant php-cs-fixer -v
- ant set-exec-permissions
- ant php-cs-fixer
# ant utf8-encoding-check
# ant phpcs
- ant phpunit
Expand Down

0 comments on commit 21a4b7c

Please sign in to comment.