Skip to content

Commit

Permalink
Merge pull request #15 from PolymerElements/add-travis-config
Browse files Browse the repository at this point in the history
[testing] use Travis CI for testing
  • Loading branch information
cdata committed Nov 4, 2015
2 parents d582389 + 3798440 commit 8b2bc04
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: node_js
sudo: false
matrix:
include:
- node_js: stable
script: xvfb-run wct
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- node_js: node
script:
- |
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
wct -s 'default'
fi
before_script:
- npm install web-component-tester
- npm install bower
- export PATH=$PWD/node_modules/.bin:$PATH
- bower install
env:
global:
- secure: RKVKT0Yhqjp617OBwSXbOKMh1ivGExp8P2NB/tfNqksgG1mAlCRDiAW4raOjMh5asUbxlQsRQfMwrrJmOM392skkl4+N4wBCPX00XLG4Dc9BirLa0D5AtkSjYOtEYplWOPkQgeXTXLn8NdZsNnyu4r+FG3lH9WIbhF/QPbYUmB4=
- secure: da6fTrKTSDAtuTp0r8ORY+6UTJIVVwiZ0meqqaR3hKdHiXKjaTbQTUqH1x9Z6wj+zccenHrC+OyKANH7FHHriv0XLwU/GXoZd1rUiUfNrMhGZ32YHSvLJ6P64a/yaBS3432h504TkfSI6m0ZQc+KdxYgXxJBffYf1sfVGFw0osw=

0 comments on commit 8b2bc04

Please sign in to comment.