Fix travis write errors. (#1445)
authorAina Niemetz <aina.niemetz@gmail.com>
Tue, 19 Dec 2017 01:20:02 +0000 (17:20 -0800)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2017 01:20:02 +0000 (17:20 -0800)
For reasons unknown, after the latest update of the Trusty environment on Travis,
we encountered write errors for the three Clang builds. As suggested here
https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557,
adding filter_secrets: false to the .travis.yml fixes the problem.

Note: switching back to the deprecated builds did not fix the problem.

.travis.yml

index edb29e7678a74b0572ac8887800dd089b55c5706..667dab3e4a6c62edcc9d3e871570c7867a613301 100644 (file)
@@ -1,3 +1,11 @@
+# Fix Travis write errors on Clang builds. These write errors occurred after
+# a Travis update to new Trusty images on Dec. 12th 2017. The reason for these
+# write errors is unknown. Using the deprecated builds did not fix the problem.
+# Setting 'filter_secrets: false' as suggested here
+# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557
+# fixes the problem.
+filter_secrets: false
+
 language: cpp
 cache:
  - apt