zotero/.travis.yml
Dan Stillman 8bbf0bf495 Only test against stable Firefox for now
Don't run more than one test per commit, given current frequency of
commits and spurious failures.
2016-06-23 05:41:46 -04:00

23 lines
534 B
YAML

sudo: false
language: cpp
compiler:
- gcc
env:
- FX_CHANNEL=""
# Disabled during beta
#- FX_CHANNEL="-esr"
#- FX_CHANNEL="-beta"
matrix:
fast_finish: true
allow_failures:
- env: FX_CHANNEL="-beta"
notifications:
email: false
install:
- wget -O tarball "https://download.mozilla.org/?product=firefox${FX_CHANNEL}-latest&os=linux64&lang=en-US"
- tar xf tarball
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- test/runtests.sh -x firefox/firefox