erlware_commons/.travis.yml
Eric Merritt 95f723e1e0 make erlware_commons work on pre-R15 releases
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-12-07 05:53:21 -07:00

14 lines
244 B
YAML

=nlanguage: erlang
otp_release:
- R15B02
- R15B01
- R15B
- R14B04
- R14B03
- R14B02
before_script: "make get-deps"
script: "make"
branches:
only:
- master
- next