zotero/.travis.yml

29 lines
849 B
YAML
Raw Normal View History

sudo: false
2015-05-19 08:07:09 +00:00
language: cpp
compiler:
- gcc
env:
2017-01-19 17:38:04 +00:00
- FX_VERSION="50.1.0"
- FX_VERSION="45.0.2esr"
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:
- if [ $FX_VERSION = "45.0.2esr" ]; then
wget -O tarball "https://archive.mozilla.org/pub/firefox/releases/45.0.2esr/linux-x86_64/en-US/firefox-45.0.2esr.tar.bz2";
fi
2017-01-19 17:38:04 +00:00
- if [ $FX_VERSION = "50.1.0" ]; then
wget -O tarball "http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-release-linux64-add-on-devel/1481240107/firefox-50.1.0.en-US.linux-x86_64-add-on-devel.tar.bz2";
2016-08-08 06:57:45 +00:00
fi
- tar xf tarball
2015-05-19 08:07:09 +00:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i
- node_modules/.bin/gulp build
2015-05-19 08:07:09 +00:00
script:
- test/runtests.sh -x firefox/firefox