Skip to content

Commit

Permalink
travis: add librados-dev
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Bamvor Zhang <[email protected]>
  • Loading branch information
Bamvor Zhang committed Nov 7, 2018
1 parent 16a8876 commit 8c64688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive

before_install:
- sudo apt-get install -y librados-dev

install:
- make install

Expand Down

0 comments on commit 8c64688

Please sign in to comment.