[erlang-questions] Travis-CI - lager_transform undef error

Marc Worrell marc@REDACTED
Tue May 1 20:12:42 CEST 2012


Hi,

I am trying to setup some continuous integration with Travis-CI.org for Zotonic.

I am running into this error:

http://travis-ci.org/#!/zotonic/zotonic/jobs/1220673
erlc -o src/erlydtl src/erlydtl/erlydtl_parser.yrl
202Recompile: src/zotonic_sup
203src/zotonic_sup.erl:none: error in parse transform 'lager_transform': {undef,
204                                             [{lager_transform,
With the following travis definition:

language: erlang
otp_release:
  - R15B01
  - R14B04
  - R14B03
script: make
before_install: git submodule update --init --recursive
env:
  - DB=postgres
branches:
  only:
    - master

Does anyone have any idea how to set the correct paths so that the compiler can find the lager_transform in deps/lager?

- Marc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120501/c799dda2/attachment.htm>


More information about the erlang-questions mailing list