aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-01 13:19:44 +0200
committerLoïc Hoguin <[email protected]>2016-10-01 13:19:44 +0200
commit25c124f494b15fc8d8046c8047b8625b2e0ec9b7 (patch)
tree0e0350a9876450c1b46fd96d350c94319c036b5e
parente296f13d2432131c9349cfaa1ab634efcd758027 (diff)
downloadcowboy-25c124f494b15fc8d8046c8047b8625b2e0ec9b7.tar.gz
cowboy-25c124f494b15fc8d8046c8047b8625b2e0ec9b7.tar.bz2
cowboy-25c124f494b15fc8d8046c8047b8625b2e0ec9b7.zip
Remove circle.yml
-rw-r--r--circle.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 387156a..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-general:
- artifacts:
- - "logs"
-
-dependencies:
- cache_directories:
- - "~/.kerl"
- - "~/erlang"
-
- pre:
- - sudo pip install autobahntestsuite
- - sudo apt-get update
- - sudo apt-get install autoconf2.59
- - cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- - cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- - KERL_MAKEFLAGS="-j 32 -O" make ci-prepare:
- timeout: 3600
-
-test:
- override:
- - source $HOME/erlang/OTP-18.2.2/activate && make dialyze
- - make -k ci:
- timeout: 3600