We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201cdac commit f76c9edCopy full SHA for f76c9ed
.travis.yml
@@ -7,6 +7,7 @@ language: c++
7
before_install:
8
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; sudo add-apt-repository ppa:kubuntu-ppa/beta -y; sudo apt-get update; sudo apt-get install -y cmake; sudo apt-get install -y gfortran; fi
9
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pushd $HOME && mkdir cmake3.1 && cd cmake3.1 && (curl "http://www.cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz" | gunzip -c | tar x) && cd cmake-*/bin && export PATH="${PWD}:${PATH}"; popd; fi
10
+ - cmake --version
11
12
script:
13
- git submodule init
0 commit comments