Skip to content

Commit

Permalink
added alternative erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbekker committed Aug 1, 2011
1 parent 47f281f commit d6779a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
target: erlang
script: "./rebar compile eunit"
script: "./rebar eunit"
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
- ERL_LIBS=/usr/local/erlang/R13B04 PATH=$PATH:/usr/local/erlang/R13B04/bin
- ERL_LIBS=/usr/local/erlang/R12B-5 PATH=$PATH:/usr/local/erlang/R12B-5/bin

0 comments on commit d6779a2

Please sign in to comment.