Skip to content

Commit

Permalink
added travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbekker committed Jul 30, 2011
1 parent 38567f7 commit c505659
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
target: erlang
script: "make compile test"
notifications:
disabled: true
env:
- ERL_LIBS=/usr/local/erlang/R14B03 PATH=$PATH:/usr/local/erlang/R14B03/bin
- ERL_LIBS=/usr/local/erlang/R13B04 PATH=$PATH:/usr/local/erlang/R13B04/bin

0 comments on commit c505659

Please sign in to comment.