mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-24 04:25:40 +08:00
15 lines
283 B
YAML
15 lines
283 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
install:
|
|
- npm install -g bower
|
|
- npm install
|
|
- bower install
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
script:
|
|
- npm run travis
|
|
after_script:
|
|
- cat ./tests/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|