From aa3798d596cc1cc1f422bc465abb6d760aea67e6 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Mon, 3 Sep 2018 09:13:35 -0400 Subject: [PATCH] Actually run boost.sh [skip appveyor] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9cc22b737..76451aa15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,6 +120,7 @@ install: - ./testing/dependencies/travis/ninja.sh - ./testing/dependencies/travis/anaconda.sh - ./testing/dependencies/travis/eigen.sh + - ./testing/dependencies/travis/boost.sh - export PATH=$HOME/Deps/cmake/$CMAKE_VERSION/bin${PATH:+:$PATH} - pipenv install --python $PYTHON3 - pipenv run python --version