diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-06-22 10:39:34 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2016-06-22 10:39:34 +0200 |
commit | 059905f709e3f16002da41828de9924700c1e258 (patch) | |
tree | e96a553fe05f64933c3aea2102d38bd9e405d014 /.travis.yml | |
parent | 7fb907fbe32986fd56ad73a3fbe7d1500a7d6081 (diff) | |
download | fork-ledger-059905f709e3f16002da41828de9924700c1e258.tar.gz fork-ledger-059905f709e3f16002da41828de9924700c1e258.tar.bz2 fork-ledger-059905f709e3f16002da41828de9924700c1e258.zip |
[travis] Bump boost version to 1.61.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dcd23312..34db3086 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: # _MIN is used when building the master branch # _MAX is used when building any other branch - BOOST_VERSION_MIN="1.49.0" - - BOOST_VERSION_MAX="1.60.0" + - BOOST_VERSION_MAX="1.61.0" # List of required boost libraries to build - BOOST_LIBS="date_time,filesystem,iostreams,python,regex,system,test" # List of required Homebrew formulae to install |