Skip to main content
Module

x/fake_gen/.travis.yml

Fake data generator
Go to Latest
File
language: node_jscache: directories: - node_modulesnode_js: - 12notifications: email: recipients: - $GH_EMAIL on_success: change on_failure: alwaysinstall: - yarn
script: - yarn build - git config --global user.name "Travis CI" - git config --global user.email $GH_EMAIL - yarn test:coveralls - commitlint-travis
after_success: - yarn semantic-release
branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"