Add travis builds
parent
331b09c796
commit
36cd3492ec
|
@ -0,0 +1,6 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "5.10"
|
||||||
|
script:
|
||||||
|
- npm run compile
|
||||||
|
- npm run test
|
|
@ -3,8 +3,9 @@
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
"description": "Bundle of many languages for the Monaco Editor.",
|
"description": "Bundle of many languages for the Monaco Editor.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node_modules/.bin/mocha",
|
"compile": "node_modules/.bin/gulp compile",
|
||||||
"watch": "node_modules/.bin/gulp watch",
|
"watch": "node_modules/.bin/gulp watch",
|
||||||
|
"test": "node_modules/.bin/mocha",
|
||||||
"prepublish": "node_modules/.bin/gulp release"
|
"prepublish": "node_modules/.bin/gulp release"
|
||||||
},
|
},
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
|
|
Loading…
Reference in New Issue