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,