Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis CI hook and build status. #27

Merged
merged 1 commit into from Jun 27, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: erlang
notifications:
email: eng@basho.com
otp_release:
- R15B01
- R15B
- R14B04
- R14B03
5 changes: 4 additions & 1 deletion README.org
@@ -1,5 +1,8 @@
* erlang_js
** Overview

[[http://travis-ci.org/basho/erlang_js][Travis-CI]] :: [[https://secure.travis-ci.org/basho/erlang_js.png]]

=erlang_js= is a linked-in driver, API, and OTP application that
embeds Mozilla's Spidermonkey Javascript Virtual Machine in
Erlang. Originally created to facilitate usage of Riak's MapReduce
Expand Down Expand Up @@ -27,7 +30,7 @@ make all test
#+BEGIN_SRC shell
erl -pa path/to/erlang_js/ebin -boot start_sasl
#+END_SRC

Start the =erlang_js= application and create a Javascript VM.
#+BEGIN_SRC erlang
1> application:start(erlang_js).
Expand Down