Skip to main content
Module

x/samlify/.travis.yml

πŸ” Node.js API for Single Sign On (SAML 2.0)
Go to Latest
File
language: node_js
node_js: - "12" - "14" - "16"
env: - INSTALL_JDK=1 - INSTALL_JDK=0
before_install: - if [[ "$INSTALL_JDK" == "1" ]] ; then make install_jdk ; fi
install: - yarn install --production=true
script: - yarn add @authenio/samlify-xsd-schema-validator - yarn test --timeout=30s
branches: only: - master - /^.*-alpha$/ - /^.*-rc.*$/ - /^feature\/.*$/
after_success: npm run coverage