zotero/.travis.yml

23 lines
505 B
YAML
Raw Normal View History

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