Uh oh!
There was an error while loading. Please reload this page.
Travis integration (Add .travis.yml) - #9
Conversation
SergeyTsaplin
commented
Aug 1, 2016
Example of build result https://travis-ci.org/SergeyTsaplin/Python |
harshildarji
commented
Aug 2, 2016
@SergeyTsaplin |
travis-ci is regular continuous integration service. It provides test runnings on all required platforms on each commit and pull requests. So you always understand if your code was broken before you merge it to master. Also there are some extra abilities for example test coverage, linters runnings etc |
harshildarji
commented
Aug 2, 2016
@SergeyTsaplin |
@h-darji githab calls travis' webhook on each pull request, merge or push, travis fetches the changes and runs the commands declared in .travis-ci.yml file |
harshildarji
commented
Aug 2, 2016
@SergeyTsaplin As you know, travis requires permission from owners of the organization to access repositories, I've requested owners for this. Once they grants access, I'll merge this. |
SergeyTsaplin
commented
Aug 2, 2016
@h-darji Of course you have to grant access to reposito |
Add travis-ci integration (Need to be additionally configured via https://travis-ci.org)