Pull Request #8 chore(deps): pin dependencies

Pull request event #39 passed

  • Ran for
  • Total time
  • New branch build
PeterDaveHello/YZU-Proxy-PAC:.travis.yml@5bb3645
language: node_js
git:
  depth: 10
notifications:
  email:
   on_success: never
node_js:
  - "0.12"
  - "4"
  - "6"
  - "8"
  - "10"
script: make all
sudo: false
Build Config
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "git": {
    "depth": 10
  },
  "notifications": {
    "email": [
      {
        "on_success": "never"
      }
    ]
  },
  "node_js": [
    "0.12",
    "4",
    "6",
    "8",
    "10"
  ],
  "script": [
    "make all"
  ],
  "sudo": false
}