mirror of https://github.com/scrapy/scrapy.git
remove phanton build row from travis matrix due to travis-ci/travis-core#1027
This commit is contained in:
parent
ad140a2763
commit
c5222b4b8a
|
|
@ -1,5 +1,9 @@
|
|||
language: python
|
||||
env:
|
||||
TRAVISBUG="#1027"
|
||||
matrix:
|
||||
exclude:
|
||||
- env: TRAVISBUG="#1027"
|
||||
include:
|
||||
- python: "2.6"
|
||||
env: BUILDENV=lucid
|
||||
|
|
@ -14,7 +18,6 @@ matrix:
|
|||
allow_failures:
|
||||
- python: "pypy"
|
||||
env: BUILDENV=latest
|
||||
|
||||
install:
|
||||
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
|
||||
- pip install --use-mirrors .
|
||||
|
|
|
|||
Loading…
Reference in New Issue