• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: node_js
2sudo: false
3before_script:
4  - npm install -g bower polylint web-component-tester
5  - bower install
6  - polylint
7env:
8  global:
9    - secure: Mni8srJPpo7GAk5wCLTiqqVqAJxxKMpGuxYxooqIAuc050n26KkHfDWLPY69taFY9WYjU3pzVEwrYX3HqSbib1CTlcfeATGs1+q2rXKZKmBAnKKPi12CEEXOcbMoVgzVQs7rzr8MQF9LR2TLtBuMQEoAimebA7uQcYGXcSWKJR4=
10    - secure: LYF3qBtJ6zZcf9dsSJ9t/My4Cne5ieI6RkHFj/0MBcy0vMbUazTH38vuy+FILYlrzbaxkVs36lPQFBXH83Ue3TxjdfjeNvK8YiuEcFjE5lQi2u7+x54eSV3myp2SIdtBLGE7rqmY0zj/Oeg91fV22OdfSHhJxuV/RxFFZIuZtHY=
11    - CXX=g++-4.8
12node_js: stable
13addons:
14  firefox: latest
15  apt:
16    sources:
17      - google-chrome
18      - ubuntu-toolchain-r-test
19    packages:
20      - google-chrome-stable
21      - g++-4.8
22  sauce_connect: true
23script:
24  - xvfb-run wct
25  - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
26