mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 17:22:36 +08:00
18 lines
341 B
YAML
18 lines
341 B
YAML
language: node_js
|
|
node_js:
|
|
- '6'
|
|
- '8'
|
|
- '10'
|
|
after_script:
|
|
- nyc report --reporter=text-lcov | coveralls
|
|
jobs:
|
|
include:
|
|
- stage: hosting functional test
|
|
node_js: '6'
|
|
before_script: ./scripts/decrypt-app-credentials.sh
|
|
script: ./scripts/test-hosting.sh
|
|
after_script: skip
|
|
cache:
|
|
directories:
|
|
- node_modules
|