Skip to content

Commit dac05e8

Browse files
committed
try again
1 parent ee8a9bf commit dac05e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install_travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ elif [ "$CONDA_BUILD_TEST" ]; then
182182

183183
# build & install testing
184184
echo "[building conda recipe]"
185-
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q
185+
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test
186186

187187
echo "[installing]"
188-
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output)
188+
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --force
189189

190190
else
191191

0 commit comments

Comments
 (0)