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: ZBrrZGA8OWY95x8yHSsKUNrQfowhRe/s/pMZhHgnoppnZ1+bDfpoms+ggOdvH0TgURAAdF+1Wq1mTCgNp0FYLJ3Oe34XseDIxiA3wXSQO/E2m4Cfj/w4fRvaSy8ikdz5urQJET33SjDKdggm1FmWmnt6vSVgW/mg8M7AW2KWDcE=
|
||
|
- secure: P5UKkTar39Q1k0VwtF5LhOphqNiW3r+DSnN1vRNA4oKZPrt6l3dJE1hpA9+1x1m6SryG856lLekPM6/fVZuC7nyDKFLz4vU/EWhiGdyWN1lHhE2MDh281TsCtzK56S0uJxdmlIpSiWTFWIrrEiiewN2b8dXy3FSPfy0Fo1sGn54=
|