Skip to content

Commit b4dd34c

Browse files
author
Chris Joel
committed
Add Travis config.
1 parent 2825ebd commit b4dd34c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
language: node_js
2+
sudo: false
3+
matrix:
4+
include:
5+
- node_js: stable
6+
script: xvfb-run -a wct --simpleOutput -l firefox -l chrome
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 --simpleOutput -s 'Windows 10/microsoftedge' -s 'Windows 8.1/internet explorer@11' -s 'Windows 7/internet explorer@10' -s 'OS X 10.10/safari@8' -s 'OS X 10.9/safari@7'
19+
fi
20+
before_script:
21+
- npm install bower
22+
- npm install web-component-tester
23+
- export PATH=$PWD/node_modules/.bin:$PATH
24+
- bower install
25+
env:
26+
global:
27+
- secure: dlr2l5btcMEnaJI/VzBDIKhcJTUgnrQ6AN/S+qbPFqsckokV5SCt3k0f0Z22CBhBXJi2qVrLDX05+wZ4FkVkLLdGOf6zR0sSNvXubzvUu8oKaZczo2B8EAs+OjsuvaZWPYTabAOGvyAwuBzfZaYDlXbk6Dlb/51hjzSl2D5/WbY=
28+
- secure: dFreaGtRTAwcFtSZ57ktyiDejTkJ7vI9TVbJZ0Yd9Adp/4mINOOgHDFiVDl5kDCy9xx21vCRel+IrGkOdRllk+OWxO8Ga1OQF4EzchvUsxzngDwi3I0P1+uNuzjn8MyEvE4HYPwDZ0mDYzMLJS9b1GlcpMTvJvE2Sg3ly8h4wYc=

0 commit comments

Comments
 (0)