From d09d3440727eff74c700eb34c26779cd48926295 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 12 Oct 2014 18:49:41 +0200 Subject: [PATCH] Add Travis CI config file and build status icon At the moment, the icon points to rfjakob's Travis account. This could/should be changed to vgough. --- .travis.yml | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..827fe38 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: cpp + +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq autopoint libfuse-dev libboost-all-dev + librlog-dev + +script: + - autoreconf -if + - ./configure + - make diff --git a/README.md b/README.md index e06dfa1..29c692d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # EncFS - an Encrypted Filesystem +[![Build Status](https://travis-ci.org/rfjakob/encfs.svg)](https://travis-ci.org/rfjakob/encfs) + ## About EncFS provides an encrypted filesystem in user-space. It runs in userspace,