Files
firebase-tools/.travis.yml

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