##// END OF EJS Templates
ugh, cache not worth it
Nicholas Bollweg -
Show More
@@ -18,18 +18,12 b' env:'
18
18
19 group: edge
19 group: edge
20
20
21 cache:
22 directories:
23 - $HOME/.cache/pyenv
24
25 before_install:
21 before_install:
26 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
22 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
27 - |
23 - |
28 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
24 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
29 brew update
25 brew update
30 brew upgrade pyenv
26 brew upgrade pyenv
31 mkdir -p $HOME/.cache/pyenv/versions $HOME/.pyenv
32 ln -s $HOME/.cache/pyenv/versions $HOME/.pyenv/versions
33 eval "$(pyenv init -)"
27 eval "$(pyenv init -)"
34 pyenv install --skip-existing "$PYENV_VERSION"
28 pyenv install --skip-existing "$PYENV_VERSION"
35 pyenv global "$PYENV_VERSION"
29 pyenv global "$PYENV_VERSION"
General Comments 0
You need to be logged in to leave comments. Login now