mirror of https://github.com/espruino/BangleApps
Start travis builds (hopefully!)
parent
8220765c11
commit
5266227ee0
|
@ -0,0 +1,3 @@
|
||||||
|
.htaccess
|
||||||
|
node_modules
|
||||||
|
package-lock.json
|
|
@ -0,0 +1,3 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "node"
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name": "BangleApps",
|
||||||
|
"description": "Bangle.js App Loader (and Apps)",
|
||||||
|
"author": "Gordon Williams <gw@pur3.co.uk> (http://espruino.com)",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"devDependencies": {
|
||||||
|
"acorn": ""
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node bin/sanitycheck.js"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue