1. Aug 18, 2016
    • Wenzel Jakob's avatar
      Merge pull request #345 from jagerman/travis-ci-dedicated-doc-build · 3460fccb
      Wenzel Jakob authored
      Build docs just once, in a dedicated build
      3460fccb
    • Jason Rhinelander's avatar
      pip/venv in `before_install`; override `install` for docs build · 0b952cdf
      Jason Rhinelander authored
      Rather than adding an `if [ -n "$DOCS" ]` as a separate install
      instruction, this simplifies the travis-ci logic to do the pip/venv
      setup in the `before_install` hook, leaving the install hook to just
      install the needed packages.
      
      This makes the default install script simpler: it doesn't need to check
      NATIVE_DEPS or DOCS because both of those now override `install`
      anyway, so the top-level `install` is really just the install for the
      gcc-4.8 and osx builds; the docker builds and docs build override
      install completely.
      0b952cdf
  2. Aug 17, 2016
  3. Aug 16, 2016
  4. Aug 15, 2016
  5. Aug 14, 2016
  6. Aug 13, 2016