mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
29 lines
869 B
YAML
29 lines
869 B
YAML
language: node_js
|
|
sudo: false
|
|
matrix:
|
|
include:
|
|
- node_js: stable
|
|
script: xvfb-run wct
|
|
addons:
|
|
firefox: latest
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
packages:
|
|
- google-chrome-stable
|
|
- node_js: node
|
|
script:
|
|
- |
|
|
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
|
wct -s 'default'
|
|
fi
|
|
before_script:
|
|
- npm install web-component-tester
|
|
- npm install bower
|
|
- export PATH=$PWD/node_modules/.bin:$PATH
|
|
- bower install
|
|
env:
|
|
global:
|
|
- secure: ieKt2HWOdClqU7OyYA20DFlWduaM0IDk91lO7mWySQL6r55SSB4DnUCgVycQJf0L6S8vyY/fbC/vFP0notyz3MvMAz1NwpRzAI9mKkVWJuaBbm9Ql9PewjanX42chbz3XyqZofXVkfBywmj61NyPM7VRVwhEHmOeYgyFUyV9cls=
|
|
- secure: g7yrxdFIVMIjkYBKZ29FHUX3noS6u1lvjUmaAaG28rGaEfXK4XR9fhZABR+6ydAjLjdo+WUMvTp4oi6HYrb6ToByprEli/fTexjeGuagDc5r5R84u3CusBuw9YYHDjstHCBFmIZndD+r4PRXkWvYatciF9c0NCHoVrjTH/woe9g=
|