Skip to content
Snippets Groups Projects
Commit d2cf9e66 authored by inso's avatar inso
Browse files

Enable after success to enable cache

parent ea52c7f8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ env:
cache:
directories:
- "$HOME/.pyenv"
before_install:
- ci/travis/before_install.sh
install:
......@@ -12,7 +13,8 @@ install:
#- ci/travis/build.sh
#script:
#- ci/travis/test.sh
#after_success:
after_success:
- echo "Ok"
#- ci/travis/after_success.sh
script:
- echo "Ok"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment