Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/event-loop-spinner/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/event-loop-spinner/.travis.yml

sudo: false
dist: bionic
notifications:
  email: false
language: node_js
cache: npm
node_js:
  - "10"
  - "12"
install:
  - npm install
script:
  - npm run lint
  - npm run test
jobs:
  include:
    - stage: npm release
      script: skip
      node_js: "10"
      after_success:
        - npx semantic-release@15
branches:
  only:
    - master