-
Notifications
You must be signed in to change notification settings - Fork 46
config info
Bryan-Guner-Backup edited this page May 28, 2022
·
1 revision
Build config validation --- 1 info
bgoonz/BGOONZ_BLOG_2.0:.travis.yml@0de6597
language: node_js
os:
- linux
- osx
node_js:
- "node"
- "lts/*"
- "7"
- "8"
script:
- npm install
Build Config
{
"language": "node_js",
"os": [
"linux",
"osx"
],
"dist": "xenial",
"node_js": [
"node",
"lts/*",
"7",
"8"
],
"script": [
"npm install"
]
}