Skip to main content
Module

x/flowed/.travis.yml

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
Go to Latest
File
language: node_jsnode_js: - "12"
# Remove shallow cloning for Sonar analysisgit: depth: false
branches: only: - master
after_success: - npm run coverage:send - sonar-scanner
addons: sonarcloud: organization: "daniel-duarte" token: secure: $SONAR_TOKEN