Skip to main content
Module

x/iam_policies/.travis.yml

Iam policies implementation for create roles and manage permissions
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 - cd www - yarn - yarn build - cd .. - commitlint-travis
after_success: - yarn semantic-release
deploy: provider: pages local_dir: www/public skip_cleanup: true token: $GH_TOKEN keep_history: true on: branch: master
branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"