travis: Update build environment

Use Bionic-based Linux image. Use default autotools installations now
that they are new enough.
Esse commit está contido em:
Ken Raffenetti
2019-08-07 10:39:17 -05:00
commit bedcf2626b
+2 -2
Ver Arquivo
@@ -5,6 +5,8 @@ os:
- linux - linux
- osx - osx
dist: bionic
env: env:
- DEVICE=ch3:nemesis - DEVICE=ch3:nemesis
- DEVICE=ch3:sock - DEVICE=ch3:sock
@@ -23,8 +25,6 @@ addons:
packages: gfortran libnuma-dev packages: gfortran libnuma-dev
before_script: 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 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then MPICH_FORTRAN=--disable-fortran; fi