Skip to content
Snippets Groups Projects
  1. Dec 20, 2017
  2. Dec 15, 2017
  3. Nov 13, 2017
  4. Nov 29, 2016
  5. Sep 11, 2016
  6. Mar 08, 2016
  7. Jan 23, 2016
  8. Jan 07, 2016
  9. Dec 07, 2015
  10. Dec 06, 2015
  11. Dec 03, 2015
  12. Sep 04, 2015
  13. Jul 20, 2015
  14. May 28, 2015
  15. Apr 27, 2015
  16. Feb 23, 2015
  17. Feb 22, 2015
  18. Feb 19, 2015
  19. Jan 14, 2015
  20. Dec 03, 2014
  21. Dec 01, 2014
  22. Nov 25, 2014
  23. Nov 24, 2014
  24. Nov 20, 2014
  25. Nov 19, 2014
  26. Oct 24, 2014
  27. Oct 18, 2014
  28. Sep 30, 2014
  29. Sep 22, 2014
  30. Sep 20, 2014
  31. Sep 13, 2014
  32. Aug 27, 2014
  33. Aug 21, 2014
    • René Kijewski's avatar
      tests: limit concurrency level · 94b2e081
      René Kijewski authored
      Some Travis CI machines have 32 CPUs. This sets our concurrency level to 33.
      Travis CI kills our buildtest for obvious reasons.
      
      This PR limits the concurrency level to 8 on Travis CI.
      94b2e081
  34. Aug 11, 2014
    • René Kijewski's avatar
      Travis: auto rebase on master before running · b2f819b5
      René Kijewski authored
      It can happen that two PRs don't interfere with each other in the sense
      that they hurt automatic rebasing, but still do not work together. The
      prime example is PR1 changes the API of some function that PR2 uses. If
      PR1 is merged, and PR2 is not rebased before merging, the error might
      get unnoticed before the next build. Travis CI would have have told both
      PR1 and PR2 are fine, but will complain (rather unnoticedly) that our
      master does not compile.
      
      This PR automatically rebases the PR on top of the current master,
      before running the tests. If the automatic rebase fails, then this is
      fine, because you will need to manually rebase again before merging,
      anyway. The manual rebase, i.e. new push, will trigger Travis CI.
      
      So, the main idea of this PR is that to can hit the "Restart Build"
      button in Travis CI before hitting the merge button in Github.
      b2f819b5
  35. Jul 07, 2014
    • Benjamin Valentin's avatar
      setup git committer info in Travis · 905be2c2
      Benjamin Valentin authored
      pkg/ Makefiles based on `Makefile.git` fail in Travis when attempting to apply patches with `git am` because no committer info is set.
      This patch adds a dummy Travis username and mail in the 'install' step to satisfy git.
      905be2c2
Loading