• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: node_js
2sudo: false
3matrix:
4  include:
5  - node_js: stable
6    script: xvfb-run wct
7    addons:
8      firefox: latest
9      apt:
10        sources:
11        - google-chrome
12        packages:
13        - google-chrome-stable
14  - node_js: node
15    script:
16    - |
17      if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
18        wct -s 'default'
19      fi
20before_script:
21- npm install web-component-tester
22- npm install bower
23- export PATH=$PWD/node_modules/.bin:$PATH
24- bower install
25env:
26  global:
27  - secure: eGcuDAJt+1GPrC6u95vHufjnSXWbVBZpW7oKQhZjcHrN19l9COdOb7RVkTPsZzEanHaH/D6Psr4WJKyd72Wx5wj+bqGh4nPHTFSnK3+gNT4eJAgLvsxLwHxW8QkYYHEdZe8Wd6sOdal9geeLZ8fG9xELYEtuJR6lww5uLvFv/cw=
28  - secure: DoBz8LDaS4/lQ9sTXE5pnp8fqEvG47mmdQaQ14EnHQ+wLbajIaLk59vRfau5c7mIef8dEgaT40r/kVP5QRr3OiH5UJY3jLnCMVIxWJ3ZTkuGGuU6QDQvoGSSBhdA+b+G94bbK6LtHQxRBrkiyT9d0IzT5ZiHlDlteGbjdDWAgw0=
29