erlware_commons/.travis.yml
Ben Kearns 320813e56e Fixed type-o in .travis.yml
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2013-02-26 17:50:05 -05:00

14 lines
242 B
YAML

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