1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml

24 lines
765 B
YAML
Raw Normal View History

2015-12-14 10:43:03 -05:00
language: node_js
2016-07-21 16:51:43 -04:00
sudo: required
2015-12-14 10:43:03 -05:00
before_script:
2016-07-21 16:51:43 -04:00
- npm install -g bower polylint web-component-tester
- bower install
- polylint
2015-12-14 10:43:03 -05:00
env:
global:
2016-07-21 16:51:43 -04:00
- secure: TqFz1Cdu4BtLCHYLFPES0q+6wPfCnj9bnTfven9LIU+gtek70FPDT3UlnviNwp5ob3o0sbLgsLWG5OkCsRHli+HCgPEVDazSrghfwaT9mL+h/DlM/PVB079VDdIKvZM6L7xEF0zPv7t26kljBRQcZJ81O3K7h1mNjeBj6sDXHzE=
- secure: ihYM52Uu3H7FGU+x+f+hzMcWt00B7l6GZOtxzT1xYx4hb4E9/WwXYR5z9bqN+s5p10yf3FG64zbmMTuJeBvknDpSyBt/vKP+QBBZT0hxv05GifS38hiSoYT3HBxEpwhYdpjlsSJtIbKfYGR3xIXutRzRrRKSYigcrQNX83MGWFY=
2016-02-18 13:20:10 -05:00
node_js: stable
2015-12-14 10:43:03 -05:00
addons:
2016-07-21 16:51:43 -04:00
firefox: '46.0'
2015-12-14 10:43:03 -05:00
apt:
sources:
2016-07-21 16:51:43 -04:00
- google-chrome
2015-12-14 10:43:03 -05:00
packages:
2016-07-21 16:51:43 -04:00
- google-chrome-stable
2016-02-18 13:20:10 -05:00
sauce_connect: true
2015-12-14 10:43:03 -05:00
script:
2016-07-21 16:51:43 -04:00
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
dist: trusty