Skip to main content
Module

x/mongoose_history_trace/.travis.yml

Plugin mongoose for history logs schemas
Go to Latest
File
services: mongodblanguage: node_jsnode_js: - '10' - '12' - '14'
cache: directories: - node_modulesinstall: - npm install - npm install nyc -g - npm install standard -gbefore_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-buildscript: - npm run coverageafter_script: - ./cc-test-reporter after-build -t lcov --exit-code $TRAVIS_TEST_RESULT