diff options
author | Magnus Klaar <[email protected]> | 2012-01-03 16:49:07 +0100 |
---|---|---|
committer | Magnus Klaar <[email protected]> | 2012-01-03 16:49:07 +0100 |
commit | 5568a26d3c87f7c33bf1552dd94d4372b122ae4e (patch) | |
tree | 275caf5ccdbde9f21f899b7b9feb781be3e33cd4 | |
parent | 156c84ff29a13f3d21c1b7ff271bda50797ca0ef (diff) | |
download | cowboy-5568a26d3c87f7c33bf1552dd94d4372b122ae4e.tar.gz cowboy-5568a26d3c87f7c33bf1552dd94d4372b122ae4e.tar.bz2 cowboy-5568a26d3c87f7c33bf1552dd94d4372b122ae4e.zip |
Remove R14B and R14B01 from .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9f9d89b..9a088c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,4 @@ otp_release: - R14B04 - R14B03 - R14B02 - - R14B01 - - R14B script: "make tests" |