Update Boost install script used in Travis CI

This commit is contained in:
Oliver Hamlet
2019-01-12 16:33:15 +00:00
parent 245bc3830c
commit d908a2b046
+1 -1
View File
@@ -22,7 +22,7 @@ cache:
install:
- export CXX="g++-8" CC="gcc-8"
# Build Boost.
- wget https://raw.githubusercontent.com/Ortham/ci-scripts/1.5.0/install_boost.py
- wget https://raw.githubusercontent.com/Ortham/ci-scripts/2.0.0/install_boost.py
- python install_boost.py --directory ~ --boost-version 1.67.0 -a 64 -t gcc-8 locale system
# Install packages for generating documentation
- pip install --user -r docs/requirements.txt