• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: node_js
2sudo: required
3before_script:
4  - npm install -g bower polylint web-component-tester
5  - bower install
6  - polylint
7env:
8  global:
9    - secure: >-
10        TqFz1Cdu4BtLCHYLFPES0q+6wPfCnj9bnTfven9LIU+gtek70FPDT3UlnviNwp5ob3o0sbLgsLWG5OkCsRHli+HCgPEVDazSrghfwaT9mL+h/DlM/PVB079VDdIKvZM6L7xEF0zPv7t26kljBRQcZJ81O3K7h1mNjeBj6sDXHzE=
11    - secure: >-
12        ihYM52Uu3H7FGU+x+f+hzMcWt00B7l6GZOtxzT1xYx4hb4E9/WwXYR5z9bqN+s5p10yf3FG64zbmMTuJeBvknDpSyBt/vKP+QBBZT0hxv05GifS38hiSoYT3HBxEpwhYdpjlsSJtIbKfYGR3xIXutRzRrRKSYigcrQNX83MGWFY=
13node_js: '6'
14addons:
15  firefox: latest
16  apt:
17    sources:
18      - google-chrome
19    packages:
20      - google-chrome-stable
21script:
22  - xvfb-run wct
23  - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
24dist: trusty
25