aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-16 20:24:29 +0200
committerLoïc Hoguin <[email protected]>2015-08-16 20:24:29 +0200
commit0ffde50991502ed222005376a66791debc4b991c (patch)
tree97684f56a8eed0f82788d59fafdd2e7932fa8858
parentb290b88a67204f8ba5be94dda759f0cc2baa18be (diff)
downloadcowboy-0ffde50991502ed222005376a66791debc4b991c.tar.gz
cowboy-0ffde50991502ed222005376a66791debc4b991c.tar.bz2
cowboy-0ffde50991502ed222005376a66791debc4b991c.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 adc9810..0d4defb 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