diff options
author | Loïc Hoguin <[email protected]> | 2012-01-04 23:23:22 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-01-04 23:23:22 +0100 |
commit | 5c101560dfffe56c3d27b430761145faefb73405 (patch) | |
tree | 090abd61d5fabb876076345ab39100ca2667cdc6 /.travis.yml | |
parent | bd8f31ed07f50d924788cb196fb4184accbfc4a2 (diff) | |
download | cowboy-5c101560dfffe56c3d27b430761145faefb73405.tar.gz cowboy-5c101560dfffe56c3d27b430761145faefb73405.tar.bz2 cowboy-5c101560dfffe56c3d27b430761145faefb73405.zip |
Add R15B to travis-ci's configuration file
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9a088c5..f04becf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: erlang otp_release: + - R15B - R14B04 - R14B03 - R14B02 |