fendersperth / fendersbot

A group project for learning and teaching via a real code base
9 stars 3 forks source link

Add basic TravisCI configuration #20

Closed karlbright closed 8 years ago

karlbright commented 8 years ago

As the topic says, this sets up our basic TravisCI configuration.

We're using travis_retry here to ensure that we don't run in to any timeout issues, they shouldn't happen but its provided by Travis and its nice to have.

luke-john commented 8 years ago

+1

Though rather than adding a .gitkeep should we just hold off on merging this until we have a test? (I'll try and add one this afternoon). happy either way.

karlbright commented 8 years ago

@luke-john I think this shoudl be merged as soon as possible and the first tests should remove the .gitkeep when it is not longer required. That way we can enforce TravisCI tests and linting sooner rather than later when we might forget to enable it again before other PRs have been merged.

luke-john commented 8 years ago

Sounds good.