[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 211f373ff557d6f132f25ff0b42b64f9123
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2018-01-18 09:58:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, master has been updated
via 211f373ff557d6f132f25ff0b42b64f912315938 (commit)
from ee82db4a9a692134c38e935d8e02a34fbc534501 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/211f373ff557d6f132f25ff0b42b64f912315938/
commit 211f373ff557d6f132f25ff0b42b64f912315938
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jan 18 04:58:08 2018 -0500
Fix UBsan
diff --git a/.travis.yml b/.travis.yml
index 3f67248..6287668 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: cpp
# Use the faster container-based infrastructure.
-sudo: false
+#sudo: false
+# https://github.com/travis-ci/travis-ci/issues/9033
+sudo: true
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|