[upgrade-py-node-build-versions] Downgrading to 3.6 in the travis docs. 3.7 doesn't work there without sudo / xenial.
This commit is contained in:
parent
207fb7dedd
commit
fb95b8583c
|
@ -24,7 +24,7 @@ file into your repository. You can copy paste this over:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.6
|
||||||
install: "pip install Lektor"
|
install: "pip install Lektor"
|
||||||
script: "lektor build"
|
script: "lektor build"
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -115,7 +115,7 @@ caching. Adjust your `.travis.yml` file to look like this:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.6
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
@ -135,7 +135,7 @@ config:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.6
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
|
Loading…
Reference in New Issue