2015-12-14 08:43:03 -07:00
|
|
|
language: node_js
|
2016-04-29 21:02:36 -07:00
|
|
|
sudo: required
|
2015-12-14 08:43:03 -07:00
|
|
|
before_script:
|
2016-07-15 14:16:18 -07:00
|
|
|
- npm install -g bower polylint web-component-tester
|
|
|
|
- bower install
|
|
|
|
- polylint
|
2015-12-14 08:43:03 -07:00
|
|
|
env:
|
|
|
|
global:
|
2016-07-15 14:16:18 -07:00
|
|
|
- secure: H49pcRc5C6G+ti/ehtT74GZdsUsM/xCvEVJBmKq8rpck7s18R6BbH37RkF2XgYfO4rVa1Bl4KU4Wf5S6aIDYzdaq/phGtFQ04NmDYGbmBhRjwfgxlW4dJ7mkXqXCvNZkxJtAJpgzgVG+xu/I6GsO1Lp4VjGENvVYSsrkGIlSA34=
|
|
|
|
- secure: Zq+hvOlL1RmTtMfAtO3bxqYnB7X6MY199cVCKo2J/EbsMvOHII1JvEU1+s2/UG9tgoiXkd7N2OfFOivlbQ75BDIwtvkq32KZNrUEC6vRGhbMBc8JCKkdFB/XHh1mNhQcn6Js656PhZIj2WteZYMSGYDUj7KcBBMacRZQKWuB0OU=
|
2016-02-22 10:20:38 -07:00
|
|
|
node_js: stable
|
2015-12-14 08:43:03 -07:00
|
|
|
addons:
|
2016-07-15 14:16:18 -07:00
|
|
|
firefox: '46.0'
|
2015-12-14 08:43:03 -07:00
|
|
|
apt:
|
|
|
|
sources:
|
2016-07-15 14:16:18 -07:00
|
|
|
- google-chrome
|
2015-12-14 08:43:03 -07:00
|
|
|
packages:
|
2016-07-15 14:16:18 -07:00
|
|
|
- google-chrome-stable
|
2016-02-22 10:20:38 -07:00
|
|
|
sauce_connect: true
|
2015-12-14 08:43:03 -07:00
|
|
|
script:
|
2016-07-15 14:16:18 -07:00
|
|
|
- xvfb-run wct
|
|
|
|
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
|
2016-04-29 21:02:36 -07:00
|
|
|
dist: trusty
|