• 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        kwLs1FMf/hBnbxItbOJzbIdGtPDK2R2dngleJPgXLW9ExzpGHPgOmWsvxWL2BzlxlzZgzwpmUhnnJdxHlo8AZtQl1uq6NWl/e3oj9oeenFugF60eIcd01ak4QmhBsk3/20O426QQsz2WckGZRGcudBz5Zj2it3t5cbH3pAi90jo=
11    - secure: >-
12        hGl3bsjz9dbKTA/bAgfdrFMlT6VawxFljIPqX6zJD556jhpYxtkno278eIW8uLlIGC5nXRTWXQzWrRhN8i9osnqw1RFhW8C9lH+TLHEkYMvDnEOp9sZ8Amv6j8FdNibcDP8IPTo2PmIRwBK1nFp0VqhcQu/Eq7WUFolSns9E27k=
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