From dd416d34bb936038879fbe92f8928f8139bd38c2 Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Mon, 25 Mar 2019 10:37:12 -1000 Subject: [PATCH] Upgrade the CI scripts to 1.1.1 Fixes failures on linux because of missing conda dependencies taken from the defaults channel. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a752b27dfce..b5bbb953e70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,7 +118,7 @@ before_install: fi - cd "$TRAVIS_BUILD_DIR" # Get the Fatiando CI scripts - - git clone --branch=1.0.0 --depth=1 https://github.com/fatiando/continuous-integration.git + - git clone --branch=1.1.1 --depth=1 https://github.com/fatiando/continuous-integration.git # Download and install miniconda and setup dependencies # Need to source the script to set the PATH variable globaly - source continuous-integration/travis/setup-miniconda.sh