catkin / xylem

A tool for resolving dependencies in a platform agnostic way.
Apache License 2.0
1 stars 1 forks source link

adding travis-ci support #3

Closed wjwwood closed 10 years ago

wjwwood commented 10 years ago

To enable travis, you just go to the equivalent travis-ci.org page:

https://travis-ci.org/catkin/xylem

And turn on CI for this project (you have to log in using github and have admin on this repo).

The .travis.yml file tells travis how to build our project.

wjwwood commented 10 years ago

Forgot to say you turn on CI on this page: https://travis-ci.org/profile/catkin

wjwwood commented 10 years ago

Ok, tests have passed, I'll let you review this and merge this @NikolausDemmel.