AMD64
no language set
Git
api
{
  "language": "node_js",
  "node_js": [
    "lts/*"
  ],
  "script": "echo \"PR sample\"",
  "notifications": null,
  "slack": "travisci:$SLACK_TOKEN"
}
language: node_js
node_js:
- "lts/*"
script: echo "PR sample"
Build Config
{
  "slack": "travisci:$SLACK_TOKEN",
  "script": "echo \"PR sample\"",
  "node_js": [
    "lts/*"
  ],
  "language": "node_js",
  "notifications": null
}