Browse Source

.travis.yml: Remove offending command

pull/361/head
Pedro M. Baeza 5 years ago
committed by GitHub
parent
commit
f836dcf672
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -17,10 +17,6 @@ addons:
- python-lxml # because pip installation is slow - python-lxml # because pip installation is slow
- wkhtmltopdf - wkhtmltopdf
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
env: env:
global: global:
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" - VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"

Loading…
Cancel
Save