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: QwCi1poMu8n3s7gAljvAyODa0+zmte8B9qAO/S/SziRNDcRHJF4RRZp0HJfgVYkCaHsgCOrRswfkqZqlj4QC5goPfwtwgRtIdcEarF64kAjWLXHH66aMPSlop+MZYSJwFRrrmcc0jTDTOPw6CXaz1lYrcvpGnVAAHSNq4e9xuwA=
|
|
- secure: PAn10VQ1AL+FpM/qj2ak7tJe0Epd/RP3FF+jb2eVBXhmUVd9+mBH7nRwYQL4n6fIGXMtJcUkl4t35nwzEegP/nrjZlIslXFT6D/273FbJcbH1SaCsnwLn3Rr0VffwaHC76yLsW7ph2/paAS4iLWS4AeP1c2dAR9zimSpM7Knovs=
|
|
- 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"
|