jsx/.travis.yml

7 lines
123 B
YAML
Raw Normal View History

2012-03-06 12:14:30 -08:00
language: erlang
2012-03-14 12:01:20 -07:00
script: rebar compile && rebar skip_deps=true eunit
2012-03-06 12:14:30 -08:00
otp_release:
2012-03-30 23:28:24 -07:00
- R15B
- R14B04
- R14B03
- R14B02