[upgrade-py-node-build-versions] limiting builds
This commit is contained in:
parent
ded14d04e0
commit
97fb5a9f82
|
@ -1,6 +1,9 @@
|
|||
language: python
|
||||
python: 3.7
|
||||
env: TRAVIS_NODE_VERSION=10
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
install:
|
||||
- "pip install -U pip"
|
||||
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
||||
|
|
Loading…
Reference in New Issue