Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master d6322f04f -> 906afb179


MINIFICPP-498 Test newer compiler (gcc >= 6) (and also test build of Docker 
image) in travis

This closes #336.

Signed-off-by: Marc Parisi <[email protected]>


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/906afb17
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/906afb17
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/906afb17

Branch: refs/heads/master
Commit: 906afb179ae20d57e43a6e3ca0a3716427d5b1b0
Parents: d6322f0
Author: Andrew I. Christianson <[email protected]>
Authored: Tue May 22 10:42:50 2018 -0400
Committer: Marc Parisi <[email protected]>
Committed: Thu May 24 12:51:52 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/906afb17/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 698a07b..2138acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,6 +53,13 @@ matrix:
         # Establish updated toolchain as default
         - sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
         - sudo unlink /usr/bin/g++ && sudo ln -s /usr/bin/g++-4.8 /usr/bin/g++
+    - os: linux
+      dist: trusty
+      sudo: required
+      services:
+        - docker
+      script:
+        - ./bootstrap.sh -e -t && cd build  && make docker
     - os: osx
       osx_image: xcode7.3
       env:

Reply via email to