dejw / watson-ci

Watson is a simple CI server that helps you build your projects continuously.
6 stars 5 forks source link

Integration with .travis.yml #5

Open dejw opened 11 years ago

dejw commented 11 years ago

Since Travis ignores unknown keys it is possible to use .travis.yml instead of .watson.yml if it is not present.

Along with #4, it will be at least useful to build a project in the same manner as Travis does it (but doing this locally).

dejw commented 11 years ago

Also, it would help testing .travis.yml file itself, since it is very easy to mess up testing scripts.