This is an automated email from the ASF dual-hosted git repository.
phrocker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new da3212b MINIFICPP-698: Fix spacing issue
da3212b is described below
commit da3212baf2e7dcd8348cbf40a88c89d9473ff195
Author: Marc Parisi <[email protected]>
AuthorDate: Wed Jan 2 11:48:19 2019 -0500
MINIFICPP-698: Fix spacing issue
This closes #463.
Signed-off-by: Marc Parisi <[email protected]>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e6defc1..6e6c08d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ matrix:
- docker
script:
- ./bootstrap.sh -e -t && cd build && make docker
- - os: osx
+ - os: osx
osx_image: xcode8.3
env:
- CMAKE_BUILD_OPTIONS="${CMAKE_BUILD_OPTIONS} -DENABLE_LUA_SCRIPTING=1"