[upgrade-py-node-build-versions] limiting builds

This commit is contained in:
Joseph Nix 2018-07-03 18:04:09 -05:00
parent ded14d04e0
commit 97fb5a9f82
1 changed files with 3 additions and 0 deletions

View File

@ -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"