Merge pull request #230 from lektor/upgrade-py-node-build-versions
Upgrading the versions of python and node that are used to build the website
This commit is contained in:
commit
0ae9a0ded2
|
@ -1,5 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.7
|
||||||
|
env: TRAVIS_NODE_VERSION=10
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
install:
|
install:
|
||||||
- "pip install -U pip"
|
- "pip install -U pip"
|
||||||
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
||||||
|
|
|
@ -24,7 +24,7 @@ file into your repository. You can copy paste this over:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.7
|
||||||
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.5
|
python: 3.7
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
@ -135,7 +135,7 @@ config:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.7
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
|
Loading…
Reference in New Issue