Skip to content
Snippets Groups Projects
Commit f450ee13 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Fix CMake tarball used by travis

parent f3abfa10
No related branches found
No related tags found
1 merge request!14Fix dashboard errors
......@@ -10,7 +10,7 @@ before_install:
- wget http://www.cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz
install:
- tar -xf cmake-3.7.2-Linux-x86_64.tar.gz
- export PATH="${PWD}/cmake-3.7.1-Linux-x86_64/bin:${PATH}"
- export PATH="${PWD}/cmake-3.7.2-Linux-x86_64/bin:${PATH}"
- pip install --user flake8
- git config --global clangformat.binary clang-format-3.8
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment