replace travis badge with drone badge from custom drone deployment

This commit is contained in:
Valient Gough 2015-06-13 23:07:47 -07:00
parent 772054e7cf
commit e74fec792f
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libfuse-dev libboost-serialization-dev
librlog-dev
script:
- sh devmode
- cd build
- make
- ./checkops

View File

@ -1,6 +1,6 @@
# EncFS - an Encrypted Filesystem
[![Build Status](https://travis-ci.org/vgough/encfs.svg)](https://travis-ci.org/vgough/encfs)
[![Build Status](http://104.236.164.205:8080/api/badge/github.com/vgough/encfs/status.svg?branch=cmake)](http://104.236.164.205:8080/github.com/vgough/encfs)
## About