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.
This commit is contained in:
Jakob Unterwurzacher 2014-10-12 18:49:41 +02:00
parent 61dc26fd8b
commit d09d344072
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -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

View File

@ -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,