"vscode:/vscode.git/clone" did not exist on "474f600e545aaf511af9449542baa3697fd92557"
Commit 0cf05435 authored by peastman's avatar peastman
Browse files

Fixed syntax error

parent 42a0811a
......@@ -133,9 +133,9 @@ before_install:
sudo pip install -U pytest --ignore-installed six;
fi
- if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" || "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
cmake --version
sudo apt-get install cmake
cmake --version
cmake --version;
sudo apt-get install cmake;
cmake --version;
fi
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
# CMAKE_URL="http://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment