From 73a081e13630326a455315e113e777835efbd081 Mon Sep 17 00:00:00 2001 From: Jason R Laura <jlaura@igswzawglt-mjay.local> Date: Thu, 16 Jun 2016 12:40:12 -0700 Subject: [PATCH] protobuf missing --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbb86b6..f14c9c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,8 @@ install: # Install not using env because build needs to be in root env - conda install -c conda-forge gdal h5py - conda install pandas sqlalchemy pyyaml - - conda install -c jlaura pvl protobuf==3.0.0.b2 + - conda install -c jlaura pvl + - conda install -c jlaura protobuf==3.0.0.b2 # Development installation - conda install nose coverage -- GitLab