You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/04/05 04:50:40 UTC

[incubator-heron] branch nicknezis/bazel-2 updated: Adding cppunit dependency

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
     new 40bdd1a  Adding cppunit dependency
40bdd1a is described below

commit 40bdd1adbf19c898e2e510265c8bcb70ad91de23
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sun Apr 5 00:50:19 2020 -0400

    Adding cppunit dependency
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 3b49ccd..201a3a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ addons:
   apt:
     packages:
       - libtool-bin
+      - libcppunit-dev
       - python-dev
       - python-wheel
       - wget