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
before_script: - "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"
after_success: - fossa init - fossa analyze - npm run coverage:send - sonar-scanner
addons: sonarcloud: organization: "daniel-duarte" token: secure: $SONAR_TOKEN