[upgrade-py-node-build-versions] limiting builds
This commit is contained in:
parent
ded14d04e0
commit
97fb5a9f82
|
@ -1,6 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.7
|
||||||
env: TRAVIS_NODE_VERSION=10
|
env: TRAVIS_NODE_VERSION=10
|
||||||
|
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"
|
||||||
|
|
Loading…
Reference in New Issue