Use gcc 4.9 for build on Travis

This commit is contained in:
Markus Fanebust Dregi
2019-01-21 13:20:40 +01:00
committed by Andrea Brambilla
parent 70ba4fbc81
commit 249cee7766

View File

@@ -17,6 +17,8 @@ addons:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- libboost1.55-all-dev
- liblapack-dev
@@ -29,8 +31,11 @@ python:
matrix:
fast_finish: true
before_install:
- export CXX="g++-4.9" CC="gcc-4.9"
install:
- gcc --version
- pushd ..
- git clone https://github.com/Statoil/libecl.git
- git clone https://github.com/OPM/opm-common.git