aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-22 18:28:15 +0200
committerLoïc Hoguin <[email protected]>2015-07-22 18:28:15 +0200
commit93d1e0c57724e2ab1f680763de6778cdf7822820 (patch)
treeb7f848e3ecceb8d6d7529144c1cce4896fd0acb8 /circle.yml
parent239571d232f8930161b9c9d61f26e09c290dd22d (diff)
downloadcowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.tar.gz
cowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.tar.bz2
cowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.zip
Add support for Autobahn test suite for CircleCI builds
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index ce59ac9..adc9810 100644
--- a/circle.yml
+++ b/circle.yml
@@ -8,6 +8,7 @@ dependencies:
- "~/erlang"
pre:
+ - sudo pip install autobahntestsuite
- 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