We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edacf82 commit ee6f766Copy full SHA for ee6f766
.travis.yml
@@ -22,7 +22,10 @@ before_install:
22
- bash --version | head
23
- zsh --version
24
- dpkg -s dash | grep ^Version | awk '{print $2}'
25
- - pyenv local 3.9 || echo 'pyenv failed'
+ # install python
26
+ - pyenv install 2.7.18
27
+ - pyenv local 2.7.18 || echo 'pyenv failed'
28
+ - python -V
29
install:
30
- if [ -z "${SHELLCHECK-}" ]; then nvm install 16 && nvm unalias default && npm install && npm prune && npm ls urchin doctoc eclint dockerfile_lint; fi
31
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
0 commit comments