diff options
author | Tristan Sloughter <[email protected]> | 2014-01-28 10:28:12 -0800 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-01-28 10:28:12 -0800 |
commit | 3da217596fe7966e5cf7fb43a0978e24677b49c3 (patch) | |
tree | 30f209cdd671d3cc137a7e3c4302a595dbf58383 /.travis.yml | |
parent | b977e765d63b9fc48bce08ef5c0f1b7993f34ae6 (diff) | |
parent | 6498f47b497c25b4824e099d5f110428d0d39ca0 (diff) | |
download | relx-3da217596fe7966e5cf7fb43a0978e24677b49c3.tar.gz relx-3da217596fe7966e5cf7fb43a0978e24677b49c3.tar.bz2 relx-3da217596fe7966e5cf7fb43a0978e24677b49c3.zip |
Merge pull request #118 from synlay/feature/travis_otp_release_updatev0.6.0
Added R16B01/R16B02 otp release to travis config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index adf0a04..9b12a1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: erlang otp_release: + - R16B02 + - R16B01 - R16B - R15B03 - R15B02 |