Travis CI, Atoum and Coveralls for a PHP project -


fairly new ci game. i'm trying travis ci , coveralls working , having bit of trouble it. project in question written in php , being tested atoum. current .travis.yml file contains following , builds passing:

language: php php:   - "5.4"   - "5.5"   - "5.6"   - "nightly" before_script: wget http://downloads.atoum.org/nightly/mageekguy.atoum.phar script: php mageekguy.atoum.phar -d tests 

now i'm having trouble figuring out how coverage data on coveralls. 1 example script given on coveralls page involves using atoum config file , specifying coveralls project token, continues need keep private. don't see how that'll work, in case project i'm working on open source.

any ideas?

you can find here valid .atoum.php handle travis , coverall.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -