Skip to content

Commit

Permalink
add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik authored and gittup committed Jun 6, 2016
1 parent 52a74bc commit fabbb6f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
@@ -0,0 +1,27 @@
sudo: required
dist: trusty

git:
depth: 1000 # if last tag is older than 50 commits

language: c

compiler:
- clang
- gcc

addons:
apt:
packages:
- libfuse-dev
- pkg-config
- fuse

before_install:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf

script:
- ./bootstrap.sh
- cd test && ./test.sh

0 comments on commit fabbb6f

Please sign in to comment.