1. 11 Sep, 2014 1 commit
    • Mathias Meyer's avatar
      Run two builds in parallel with go get. · 971cdd22
      Mathias Meyer authored
      By default, go get determines parallelism based on the number of
      cores available. Those show up as 32 in the Travis CI environment
      but a virtual machine is limited both by the amount of cores it
      has allocated and the amount of memory available to it. 32 parallel
      build processes are likely to exhaust the memory resources, leading
      to killed processes.
      
      This change reduces the number of builds running concurrently to 2,
      which should reduce the likelihood of memory exhaustion greatly.
      
      The number could probably be dialed up a little bit, but this should
      give a good default reflecting the environment's resources.
      971cdd22
  2. 09 Sep, 2014 2 commits
  3. 08 Sep, 2014 21 commits
  4. 07 Sep, 2014 1 commit
  5. 06 Sep, 2014 3 commits
  6. 05 Sep, 2014 12 commits