From 29c518d9d75cbaa2839c45610815d1607f0ea05a Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Thu, 23 Jul 2015 21:39:27 -0400 Subject: [PATCH] Add reference to CircleCi Update installation description to also reference CircleCi --- INSTALL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 342f804..0d01ac4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -46,9 +46,8 @@ EncFS depends on a number of libraries: Compiling on Debian and Ubuntu ============================== -We use Drone.io to automatically build and test every commit. See the README.md -file for current build status. +We use separate [Drone.io](https://drone.io/) and [CircleCi](https://circleci.com/) builds to automatically +test every commit. See the README.md file for current build status. -The [Drone configuration file .drone.yml](.drone.yml) therefore -always contains up-to-date instructions to build EncFS on Ubuntu -(Drone is configured to use a Ubuntu build machines). +The build configuration files (.drone.yml and circle.yml) therefore +always contains up-to-date instructions to build EncFS on Ubuntu distributions.