Skip to content

Commit fc7cdcf

Browse files
authored
Upgrade the CI scripts to 1.1.1 (#299)
Fixes failures on linux because of missing conda dependencies taken from the defaults channel.
1 parent 5b313b4 commit fc7cdcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ before_install:
118118
fi
119119
- cd "$TRAVIS_BUILD_DIR"
120120
# Get the Fatiando CI scripts
121-
- git clone --branch=1.0.0 --depth=1 https://github.com/fatiando/continuous-integration.git
121+
- git clone --branch=1.1.1 --depth=1 https://github.com/fatiando/continuous-integration.git
122122
# Download and install miniconda and setup dependencies
123123
# Need to source the script to set the PATH variable globaly
124124
- source continuous-integration/travis/setup-miniconda.sh

0 commit comments

Comments
 (0)