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
}