Start travis builds (hopefully!)

pull/191/head
Gordon Williams 2020-02-28 14:28:15 +00:00
parent 8220765c11
commit 5266227ee0
3 changed files with 18 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.htaccess
node_modules
package-lock.json

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"

12
package.json Normal file
View File

@ -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"
}
}