diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-09-15 16:39:29 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-09-15 16:39:29 +0200 |
commit | cea0ba4d52deba17acf80f8f6a2b320057d7f021 (patch) | |
tree | 8e2091e9b2754fa70643d9822460691c717a5ec0 /.travis.yml | |
parent | 49a0601c142d535afe5bc722593535bf66408b2d (diff) | |
download | fork-ledger-cea0ba4d52deba17acf80f8f6a2b320057d7f021.tar.gz fork-ledger-cea0ba4d52deba17acf80f8f6a2b320057d7f021.tar.bz2 fork-ledger-cea0ba4d52deba17acf80f8f6a2b320057d7f021.zip |
[travis] Bump boost version to 1.59.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 98b0ab82..d1a72d90 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.58.0" + - BOOST_VERSION_MAX="1.59.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 |