Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-policy/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-policy/.travis.yml

sudo: false
language: node_js
cache:
  directories:
    - node_modules
notifications:
  email: false
node_js:
  - '12'
  - '10'
  - '8'
install:
  - npm install
script:
  - npm test
jobs:
  include:
    - stage: Release
      node_js: '10'
      script:
      - test "${TRAVIS_PULL_REQUEST}" != "false" || npx semantic-release
branches:
  only:
    - master