diff options
author | Eric <[email protected]> | 2012-11-21 17:45:12 -0500 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2012-11-21 16:44:05 -0700 |
commit | 95dc4e042924710a7a8f7b1f9c0afe78ecf9003b (patch) | |
tree | 5479d565cc86d7a0fe4dfb4c7e40401c1342208d /.travis.yml | |
parent | fe8dbb81d2e0c659f9898afb04c7e62ca0d72693 (diff) | |
download | relx-95dc4e042924710a7a8f7b1f9c0afe78ecf9003b.tar.gz relx-95dc4e042924710a7a8f7b1f9c0afe78ecf9003b.tar.bz2 relx-95dc4e042924710a7a8f7b1f9c0afe78ecf9003b.zip |
support travis CI in relcool
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3832235 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: erlang +otp_release: + - R15B02 + - R15B01 + - R15B + - R14B04 + - R14B03 + - R14B02 +script: "make rebuild" +branches: + only: + - master + - next
\ No newline at end of file |