Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuwen Qian committed Mar 21, 2016
1 parent 880608b commit 305c231
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: node_js
node_js: stable
addons:
firefox: latest
apt:
sources:
- google-chrome
- ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- g++-4.8
before_script:
- npm install -g bower web-component-tester
- npm install
- bower install
- gulp clean
- gulp build
script: xvfb-run wct
env:
global:
- CXX=g++-4.8

0 comments on commit 305c231

Please sign in to comment.