Files
firebase-tools/.travis.yml
Bryan Kendall 6c69a88de1 move decrypt
2018-11-05 11:39:52 -08:00

19 lines
353 B
YAML

language: node_js
node_js:
- '6'
- '8'
- '10'
sudo: false
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