diff options
author | Andrew Thompson <andrew@hijacked.us> | 2014-02-06 01:02:07 -0500 |
---|---|---|
committer | Andrew Thompson <andrew@hijacked.us> | 2014-02-06 01:02:07 -0500 |
commit | daf1428f958ddcd59fbe0b060f96b889745db34c (patch) | |
tree | 3e0e046a8d1955d5a29802fa99a6a458a627329d /.travis.yml | |
parent | cf3f2098e435203541659ce53f91b0a5dac72ba4 (diff) | |
parent | 1017ba2849f000a0d2ba407e91b484e8d6f8efe8 (diff) |
Merge pull request #219 from h4cc/patch-1
Added R16B01 and R16B02 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 191d337..a7eedb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: erlang otp_release: + - R16B02 + - R16B01 - R16B - R15B01 - R15B |