master Add contact HackerOne for Advanced or Basic config (#259)

Push event #108 passed

  • Ran for
  • Total time
kadirselcuk/docs.hackerone.com:.travis.yml@b8255b5
language: node_js

node_js:
  - "lts/*"
  - node

cache:
  yarn: true
  directories:
  - node_modules

before_script:
  - yarn install

script:
  - yarn run lint
Build Config
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "lts/*",
    "node"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules"
    ]
  },
  "before_script": [
    "yarn install"
  ],
  "script": [
    "yarn run lint"
  ]
}