From bedcf2626b77fbbbf3d4b71fb7eb8edac516e3ba Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Wed, 7 Aug 2019 10:39:17 -0500 Subject: [PATCH] travis: Update build environment Use Bionic-based Linux image. Use default autotools installations now that they are new enough. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b4a2ebb7..eeee64ca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ os: - linux - osx +dist: bionic + env: - DEVICE=ch3:nemesis - DEVICE=ch3:sock @@ -23,8 +25,6 @@ addons: packages: gfortran libnuma-dev before_script: - - MPICH_DEPS_PREFIX=$HOME/autotools ./maint/bootstrap.sh - - export PATH=$HOME/autotools/bin:$PATH - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then MPICH_FORTRAN=--disable-fortran; fi