Your IP : 216.73.216.91


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

dist: bionic
sudo: false
language: node_js
cache: npm
notifications:
  email: false
node_js:
  - '12'
  - '10'
  - '8'
  - '6'
before_script:
  - npm prune
jobs:
  include:
    - stage: Release
      node_js: "10"
      after_success:
        - npx semantic-release
branches:
  except:
    - "/^v\\d+\\.\\d+\\.\\d+$/"