jellyfin-web/dashboard-ui/bower_components/iron-icon/.travis.yml

24 lines
765 B
YAML
Raw Normal View History

2016-03-04 20:39:49 -07:00
language: node_js
2016-07-15 14:16:18 -07:00
sudo: required
2016-03-04 20:39:49 -07:00
before_script:
2016-07-15 14:16:18 -07:00
- npm install -g bower polylint web-component-tester
- bower install
- polylint
2016-03-04 20:39:49 -07:00
env:
global:
2016-07-15 14:16:18 -07:00
- secure: TTp7q3OKEpaFqnqbYczhMd8iXTa1Ya0jOQVq1OhljpJogLWb78qvHLHgnxgMWkw+/KDyE5KHW1CXhYUQa7C9QF2Zn7uoN27+7+4q7HuK3pTuUtqdfstLVuLHQrfK6VqUT4XjSpeMzNX/HxuD3EMBH0bMBR4CIr76sLJOuIL/XF8=
- secure: damHvQXygRYIJG/8Vmqh7U4zxoi5224JIZiZVQL6I5z//s5zqHq6AqwDyfOoc0zWndJCwE8NvOzKD/lmVYXIsPcY95kkZS45Dbye0krYWUzKnv42rDi/7olXcg647iAEDVhW3BRHmA+opzQtKUpAkXl97DtPVkszLL1ReyNyv3A=
2016-03-04 20:39:49 -07:00
node_js: stable
addons:
2016-07-15 14:16:18 -07:00
firefox: '46.0'
2016-03-04 20:39:49 -07:00
apt:
sources:
2016-07-15 14:16:18 -07:00
- google-chrome
2016-03-04 20:39:49 -07:00
packages:
2016-07-15 14:16:18 -07:00
- google-chrome-stable
2016-03-04 20:39:49 -07:00
sauce_connect: true
script:
2016-07-15 14:16:18 -07:00
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
dist: trusty