aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-01-31 12:39:05 +0100
committerLoïc Hoguin <[email protected]>2012-01-31 12:39:05 +0100
commit0c3cf802b429258e2a6ff924156c8d330de5c7e1 (patch)
tree8fe20b2e59677db52a5670dc5e286ed68987fe4c
parent9823450cc31ecdcbf5d3ef3609695815f3d84782 (diff)
downloadcowboy-0c3cf802b429258e2a6ff924156c8d330de5c7e1.tar.gz
cowboy-0c3cf802b429258e2a6ff924156c8d330de5c7e1.tar.bz2
cowboy-0c3cf802b429258e2a6ff924156c8d330de5c7e1.zip
Removing travis-ci from the cowboy development toolkit
We've been having many recurring issues, some which were fixed, only to have other things broken again. Can't rely on a service that breaks all the time.
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f04becf..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-language: erlang
-otp_release:
- - R15B
- - R14B04
- - R14B03
- - R14B02
-script: "make tests"