1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 21:04:20 +00:00

remove phanton build row from travis matrix due to travis-ci/travis-core#1027

This commit is contained in:
Daniel Graña 2013-08-27 17:19:45 -03:00
parent ad140a2763
commit c5222b4b8a

View File

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