Skip to content

Commit 1135d15

Browse files
Update travis
1 parent b22e948 commit 1135d15

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,13 @@ before_install:
66
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
77
- sudo apt-get update -qq
88

9-
# REF for CMAKE Stuff: https://github.com/Microsoft/GSL/blob/master/.travis.yml
109
install:
1110
- sudo apt-get install -qq gfortran-7
1211
- sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-7 90
13-
- CMAKE_VERSION=3.7.2
14-
- |
15-
CMAKE_URL="https://cmake.org/files/v${CMAKE_VERSION%.[0-9]}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz"
16-
mkdir cmake && travis_retry wget --no-check-certificate -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
17-
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
18-
- cmake --version
1912

2013
before_script:
2114
- mkdir build
2215
- cd build
2316
- cmake ..
2417

25-
script: make
18+
script: make

0 commit comments

Comments
 (0)