diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-02 12:16:18 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-02 12:16:18 +0100 |
commit | c9427aa47554b22343035df6f0aedd67be92c8b6 (patch) | |
tree | b5b76d53f5821b10e6cfa3caef65240db1f21ec7 /.travis.yml | |
parent | 11590e134eafa768ccc4a171cc7fb216e906095f (diff) | |
download | fork-ledger-c9427aa47554b22343035df6f0aedd67be92c8b6.tar.gz fork-ledger-c9427aa47554b22343035df6f0aedd67be92c8b6.tar.bz2 fork-ledger-c9427aa47554b22343035df6f0aedd67be92c8b6.zip |
[travis] Bump boost version to 1.60.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 d1a72d90..dcd23312 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.59.0" + - BOOST_VERSION_MAX="1.60.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 |