mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
26 lines
839 B
YAML
26 lines
839 B
YAML
language: node_js
|
|
sudo: false
|
|
before_script:
|
|
- npm install -g bower polylint web-component-tester
|
|
- bower install
|
|
- polylint
|
|
env:
|
|
global:
|
|
- secure: QxZD8yzz7s3F6b7h87ztWYiEbD2TrQp1Z1mib5u1wL7EAwsrQVkFhIEo4cJPAsTGS98qgeZAITg0ifwp/jOKVC2QKoPnC1qjm4L0AjlhXBTRbqyS5G8jvfJ8M4DgkQXADh4e+lw9ba3h2AxceJELKTYaQVq/cpTrpPg0/RH7H4o=
|
|
- secure: i76J23Bpwj6qJ4ybCCsQpGCTT+5s1PA+x0Avjbl1JTS4OsJLDFfvVl0YIWZ5xMIKJtdPC/mGDoZ2LNrh9hz82DBqDnzBlSnNjFbjnU1Aqy5CUmRWzyAF5NOjJGotISZcDYDGZd6gjsOfN0r+rICyRUiOadeyPf0Nm+6HSVQMjfM=
|
|
- CXX=g++-4.8
|
|
node_js: stable
|
|
addons:
|
|
firefox: latest
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- google-chrome-stable
|
|
- g++-4.8
|
|
sauce_connect: true
|
|
script:
|
|
- xvfb-run wct
|
|
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
|