Skip to content

Commit

Permalink
add libfuse dependency to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Falco Hirschenberger committed Oct 25, 2012
1 parent 07915d9 commit 557b018
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,4 +1,7 @@
language: haskell
language: haskellbefore_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfuse-dev

install:
- cabal update
- cabal install
- cabal update
- cabal install

0 comments on commit 557b018

Please sign in to comment.