Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jan 25, 2012
1 parent 8a69f51 commit 164edb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: erlang

otp_release:
- R14B04

before_script: "rebar deps"

script: "./sinan eunit"

notifications:
recipients:
- tristan.sloughter@gmail.com

0 comments on commit 164edb3

Please sign in to comment.