Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/travis' into develop
Browse files Browse the repository at this point in the history
Reverted to old travis config, as script format is working again!
  • Loading branch information
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ before_install:
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar

script:
- ./bin/travis-build.sh
- php ./tests/run-tests.php
- output=$(php php-cs-fixer.phar fix -v --dry-run .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;

notifications:
irc: "irc.freenode.org#zftalk.dev"
Expand Down

0 comments on commit 0c4bddf

Please sign in to comment.