From 1d38477fa871226a17db00a635b5187c14bf3c40 Mon Sep 17 00:00:00 2001 From: Guido Giuntoli Date: Wed, 18 Sep 2019 00:54:42 +0200 Subject: [PATCH] Modifying travis config file --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 745ae8a..1a1df07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,19 @@ + language: - cpp - c + compiler: - gcc + + +addons: + apt: + packages: + # Travis doesn't include fortran compiler as + # default we download it + - gfortran + script: - mkdir -p build - cd build -- 2.24.1