diff options
author | Loïc Hoguin <[email protected]> | 2015-07-22 18:28:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-22 18:28:15 +0200 |
commit | 93d1e0c57724e2ab1f680763de6778cdf7822820 (patch) | |
tree | b7f848e3ecceb8d6d7529144c1cce4896fd0acb8 | |
parent | 239571d232f8930161b9c9d61f26e09c290dd22d (diff) | |
download | cowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.tar.gz cowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.tar.bz2 cowboy-93d1e0c57724e2ab1f680763de6778cdf7822820.zip |
Add support for Autobahn test suite for CircleCI builds
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |