1. 31 Oct, 2016 2 commits
    • travis: do not allow valgrind failures · 0334bf4b
      Our valgrind jobs haven't been failing for several builds by now.
      This indicates that our tests are sufficiently stable when
      running under valgrind. As such, any failures reported by
      valgrind become interesting to us and shouldn't be ignored when
      causing a build to fail.
      
      Remove the valgrind job from the list of allowed failures.
      Patrick Steinhardt committed
    • coverity: check for Coverity token only if necessary · 18c18e3d
      When running a Coverity build, we have to provide an
      authentication token in order to proof that we are actually
      allowed to run analysis in the name of a certain project. As this
      token should be secret, it is only set on the main repository, so
      when we were requested to run the Coverity script on another
      repository we do error out. But in fact we do also error out if
      the Coverity analysis should _not_ be run if there is no
      authentication token provided.
      
      Fix the issue by only checking for the authentication token after
      determining if analysis is indeed requested.
      Patrick Steinhardt committed
  2. 28 Oct, 2016 3 commits
  3. 27 Oct, 2016 2 commits
  4. 16 Oct, 2016 1 commit
  5. 15 Oct, 2016 1 commit
  6. 10 Oct, 2016 16 commits
  7. 09 Oct, 2016 6 commits
  8. 07 Oct, 2016 4 commits
  9. 06 Oct, 2016 5 commits