You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/11/15 10:14:42 UTC

nifi-minifi-cpp git commit: Correcting package name for leveldb and removing unused source from .travis.yml

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master dc9544f8c -> 383d0c8ac


Correcting package name for leveldb and removing unused source from .travis.yml


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/383d0c8a
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/383d0c8a
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/383d0c8a

Branch: refs/heads/master
Commit: 383d0c8acb93ed27521c4f63d32d5aa1af5c377c
Parents: dc9544f
Author: Aldrin Piri <al...@apache.org>
Authored: Tue Nov 15 05:14:17 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Nov 15 05:14:26 2016 -0500

----------------------------------------------------------------------
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/383d0c8a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e5bdd7c..c21f1f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,11 +28,10 @@ addons:
   apt:
     sources:
     - ubuntu-toolchain-r-test
-#    - boost-latest
     packages:
     - gcc-4.8
     - g++-4.8
     - libboost-all-dev
     - uuid-dev
     - libxml2-dev
-    - leveldb 
+    - leveldb-dev