mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
21 lines
312 B
YAML
21 lines
312 B
YAML
language: node_js
|
|
sudo: false
|
|
addons:
|
|
firefox: '42.0'
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
packages:
|
|
- google-chrome-stable
|
|
node_js:
|
|
- '4.1'
|
|
before_script:
|
|
- 'export DISPLAY=:99.0'
|
|
- sh -e /etc/init.d/xvfb start
|
|
- sleep 3
|
|
- npm i -g bower
|
|
- bower i
|
|
script:
|
|
- npm run lint
|
|
- npm test
|