$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Visual Studio 2015 Update 3 has removedstd::unary_functionand std::binary_function
From: Peter Dimov (lists_at_[hidden])
Date: 2016-11-10 16:26:05
Edward Diener wrote:
> is there any documentation on how to setup a Boost submodule for testing
> using Travis CI ?
The procedure is
1. Add a .travis.yml file in the root of the repository. This file describes
what Travis should do.
2. Go to https://travis-ci.org/boostorg/iostreams (taking iostreams as an
example) and click the Activate button.