aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-16 20:23:27 +0200
committerLoïc Hoguin <[email protected]>2015-08-16 20:23:27 +0200
commit26a648ef17f9db4270ab6515152ac07630657faa (patch)
treeacd53d06041d22173709475325548e79a19a23cb
parentb8e4115eb13488c517d8d8ef33c47d0eaa7838c6 (diff)
downloadcowboy-26a648ef17f9db4270ab6515152ac07630657faa.tar.gz
cowboy-26a648ef17f9db4270ab6515152ac07630657faa.tar.bz2
cowboy-26a648ef17f9db4270ab6515152ac07630657faa.zip
Update apt-get before installing things on CI
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index fa31fe2..c18b8f8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,6 +9,7 @@ dependencies:
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