Skip to content

Commit

Permalink
Merge pull request #11 from kuczek/fix/coveralls
Browse files Browse the repository at this point in the history
Fixed problems with sending coveralls.
  • Loading branch information
kuczek committed Feb 12, 2016
2 parents df6c68f + 57ca9b5 commit 4f0436c
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 @@ -62,7 +62,7 @@ before_script:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add xdebug.ini ; fi

script:
- $HOME/.composer/vendor/bin/phing continous -Ddeps=$DEPS -Dcitool=travis -Dphpversion=$TRAVIS_PHP_VERSION -Dcoveralls=$COVERALLS-verbose
- $HOME/.composer/vendor/bin/phing continous -Ddeps=$DEPS -Dcitool=travis -Dphpversion=$TRAVIS_PHP_VERSION -Dcoveralls=$COVERALLS -verbose

after_success:
- if [ "$COVERALLS" == "true" ]; then echo "Will export coveralls!"; fi
Expand Down

0 comments on commit 4f0436c

Please sign in to comment.