Skip to content

Commit

Permalink
Remove travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Apr 26, 2019
1 parent c49625f commit fdab8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ script:
python setup.py test -a 'tests/widgets/test_beginner.py' &&
python setup.py test -a 'tests/widgets/test_hoya_del_castillo.py';
else
travis_wait 30 conda build conda-recipe --python $PYTHON_VERSION --clobber-file ci/recipe_clobber_${TRAVIS_OS_NAME}.yaml;
conda build conda-recipe --python $PYTHON_VERSION --clobber-file ci/recipe_clobber_${TRAVIS_OS_NAME}.yaml;
fi
# export the pw to make it available for the deploy
- reset_secure
Expand Down

0 comments on commit fdab8a0

Please sign in to comment.