zotero/.travis.yml
Aurimas Vinckevicius ac363101fc Always use latest Firefox version and echo it for tests
Don't echo version on Windows, because it hangs Firefox
Also add testing with Firefox Beta (and prior ESR, but commented out for now, since we don't support it and we know it breaks)
2015-04-06 23:16:44 -05:00

23 lines
643 B
YAML

language: cpp
compiler:
- gcc
env:
- FX_PATH_SUFFIX=""
- FX_PATH_SUFFIX="-esr"
- FX_PATH_SUFFIX="-beta"
# - FX_PATH_SUFFIX="-prior-esr"
matrix:
fast_finish: true
allow_failures:
- env: FX_PATH_SUFFIX="-beta"
- env: FX_PATH_SUFFIX="-prior-esr"
notifications:
email: false
install:
- wget -r -l1 -np -nd -R "index.html*" "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest${FX_PATH_SUFFIX}/linux-x86_64/en-US/?F=0&P=*.tar.*"
- tar -xf firefox-*.tar.*
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- test/runtests.sh -x firefox/firefox