diff options
| author | Nikolaus Rath <Nikolaus@rath.org> | 2019-05-05 13:11:03 -0400 |
|---|---|---|
| committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-05-09 14:16:37 -0500 |
| commit | 055f272517306e6877a126e414aa60191b483eba (patch) | |
| tree | a37dc1d38ad5fd2d76cb67dc32ba12ed445636a6 /.travis.yml | |
| parent | 625ed81b823b927ce7fdb1d34def624ceb2f3553 (diff) | |
| download | libfuse-055f272517306e6877a126e414aa60191b483eba.tar.gz | |
Added new example filesystem
passthrough_hp puts emphasis and performance and correctness, rather
than simplicity.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b9f8dd9..bb1fbf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ dist: xenial language: - c + - c++ addons: apt: sources: @@ -11,6 +12,7 @@ addons: - doxygen - valgrind - clang + - libstdc++-7-dev - gcc - gcc-7 - python3-pip |
