Skip to content

Commit

Permalink
trigger composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Oct 18, 2012
1 parent 4934366 commit 5a91e9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -21,16 +21,15 @@ before_install:
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
# install composer
#- curl -s http://getcomposer.org/installer | php
#- php composer.phar install
- composer install --dev

# execute !!!
script:
- output=$(php ./bin/php-cs-fixer/php-cs-fixer.phar fix -v --level=all --dry-run .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;
# run unit-tests
- php ./tests/runAllTests.php
# ensure that encoding of framework files is UTF8
- ./build-tools/checkEncodingUTF8.sh framework
# - ./build-tools/checkEncodingUTF8.sh framework

# configure notifications (email, irc etc)
notifications:
Expand Down

0 comments on commit 5a91e9d

Please sign in to comment.