needed ; or - | script (sorry...)

This commit is contained in:
Stephen McDowell 2019-10-07 07:54:56 -04:00
parent 9d6f8c7441
commit 79fce98077

View File

@ -86,9 +86,9 @@ install:
# Travis CI macOS image ships with CMake 3.11.3, need 3.12 or later.
# Avoid `brew`, takes too long.
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
virtualenv venv
source venv/bin/activate
pip install cmake
virtualenv venv;
source venv/bin/activate;
pip install cmake;
fi
script: