lfe-deprecated / lfetool

DEPRECATED - See:
https://github.com/lfe-rebar3/
Other
61 stars 19 forks source link

Update Travis config #106

Closed oubiwann closed 10 years ago

oubiwann commented 10 years ago
language: erlang
before_script: "make get-lfetool"
script: "make check"
notifications:
  #irc: "irc.freenode.org#YOUR-PROJECT-CHANNEL"
  recipients:
    #- YOU@YOUR.DOMAIN
otp_release:
  - 17.0
  - R16B03
  - R15B03
oubiwann commented 10 years ago

Done.