.travis.yml in fluent-plugin-webhdfs-0.5.0 vs .travis.yml in fluent-plugin-webhdfs-0.5.1
- old
+ new
@@ -9,9 +9,14 @@
branches:
only:
- master
+addons:
+ apt:
+ packages:
+ - libsnappy-dev
+
before_install:
- gem update bundler
script: bundle exec rake test