~milezv/fusqlfs/master

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Konstantin Stepanov
  • Date: 2013-04-09 13:33:00 UTC
  • Revision ID: git-v1:82878c094d5a9719a0c5c608e333aa163eefe7d4
Install libfuse-dev package before building in Travis CI

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    - "5.14"
5
5
    - "5.12"
6
6
    - "5.10"
7
 
after_failure: "cat /home/travis/.cpanm/build.log"
 
7
before_install:
 
8
    - sudo apt-get install -qq libfuse-dev
 
9
after_failure:
 
10
    - cat /home/travis/.cpanm/build.log