Created
August 3, 2011 19:31
-
-
Save wardbekker/1123556 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, | |
Travis is an open, distributed build system for the Ruby community. | |
See http://travis-ci.org/. With the help of the Travis developers I | |
was able to add Erlang as a build target. Some examples: | |
Etorrent: http://staging.travis-ci.org/#!/wardbekker/etorrent/builds/3023 | |
Proper: http://staging.travis-ci.org/#!/wardbekker/proper | |
Zotonic: http://staging.travis-ci.org/#!/wardbekker/zotonic/builds/3107 | |
I added those by forking the original projects and adding | |
a .travis.yml in the root of the master branch. | |
Example: https://github.com/wardbekker/etorrent/blob/master/.travis.yml | |
You can add your own project in minutes by signing in with your Github | |
account at http://staging.travis-ci.org/, add the project and push a | |
commit with the .travis.yml in the root. When we worked out most of | |
the kinks we will go to the production environment. | |
You can now test your project against: R14B03, R13B04 and R12B-5. | |
More information: http://about.travis-ci.org/ | |
Ping me at #travis on freenode if you need help / have questions. | |
Ward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment