travis ci

This commit is contained in:
Kelvin Sherlock 2016-08-17 11:46:38 -04:00
parent b4ce209d83
commit a40d29590a
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
compiler:
- clang++
- g++
script: make
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y fuse libfuse-dev