Skip to content

Commit

Permalink
Start travis builds (hopefully!)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Feb 28, 2020
1 parent 8220765 commit 5266227
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.htaccess
node_modules
package-lock.json
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "BangleApps",
"description": "Bangle.js App Loader (and Apps)",
"author": "Gordon Williams <[email protected]> (http:https://espruino.com)",
"version": "0.0.1",
"devDependencies": {
"acorn": ""
},
"scripts": {
"test": "node bin/sanitycheck.js"
}
}

0 comments on commit 5266227

Please sign in to comment.