From 025e7aac8a76fa50759280b32bbce531388f58c7 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 23 May 2019 15:02:48 -0600 Subject: [PATCH] trusty does not let me install libnetcdff-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5b82c27a0e..264281f128c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: sources: - ubuntu-toolchain-r-test packages: - - pkg-config netcdf-bin libnetcdf-dev libnetcdff-dev openmpi-bin libopenmpi-dev gfortran + - pkg-config netcdf-bin libnetcdf-dev openmpi-bin libopenmpi-dev gfortran before_install: - test -n $CC && unset CC