summaryrefslogtreecommitdiff
path: root/tools/travis-before_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use build matrix to specify Boost versions for Travis CITim Landscheidt2019-01-221-12/+0
| | | | | | | | | | In Travis CI, versions of libraries, etc. to build against are typically specified in a build matrix. In addition, currently there is no way to build against the distribution-provided Boost version. This change uses a build matrix for BOOST_VERSION and allows that variable to be empty for building against the distribution-provided Boost version.
* Remove broken and disabled Travis CI configurationsTim Landscheidt2019-01-221-4/+0
| | | | | | | | The Travis CI configurations for macOS, Clang on Linux and CheckTexinfo.py and CheckManpage.py are broken and disabled or ignored. They appear to be non-trivial to fix, so the current stub is probably more distracting than helpful while also making changes to the working Linux configuration more difficult.
* [travis] Add multi-os build configurationAlexis Hildebrandt2015-07-311-0/+16
and use a custom build of boost.