jellyfish-web/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml

24 lines
789 B
YAML
Raw Normal View History

2015-12-14 10:43:03 -05:00
language: node_js
2016-05-06 22:11:22 -04:00
sudo: required
2015-12-14 10:43:03 -05:00
before_script:
2016-01-29 21:43:11 -05:00
- npm install -g bower polylint web-component-tester
- bower install
- polylint
2015-12-14 10:43:03 -05:00
env:
global:
2016-01-29 21:43:11 -05:00
- secure: ZBrrZGA8OWY95x8yHSsKUNrQfowhRe/s/pMZhHgnoppnZ1+bDfpoms+ggOdvH0TgURAAdF+1Wq1mTCgNp0FYLJ3Oe34XseDIxiA3wXSQO/E2m4Cfj/w4fRvaSy8ikdz5urQJET33SjDKdggm1FmWmnt6vSVgW/mg8M7AW2KWDcE=
- secure: P5UKkTar39Q1k0VwtF5LhOphqNiW3r+DSnN1vRNA4oKZPrt6l3dJE1hpA9+1x1m6SryG856lLekPM6/fVZuC7nyDKFLz4vU/EWhiGdyWN1lHhE2MDh281TsCtzK56S0uJxdmlIpSiWTFWIrrEiiewN2b8dXy3FSPfy0Fo1sGn54=
node_js: stable
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
sauce_connect: true
script:
2016-03-23 22:29:49 -04:00
- xvfb-run wct
2016-01-29 21:43:11 -05:00
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
2016-05-06 22:11:22 -04:00
dist: trusty