Browse Source
.travis.yml: Remove offending command
pull/361/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
.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" |
|
|