Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKyburz committed Nov 8, 2018
1 parent 8a0d4c0 commit 2146cef
Show file tree
Hide file tree
Showing 14 changed files with 11,410 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
sudo: false
language: node_js
node_js:
- "10"
script:
- npx macleod exec npm i && npm t
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -9,5 +9,8 @@
"email": "james.kyburz@gmail.com"
},
"devDependencies": {},
"scripts": {
"test": "npx macleod exec npm t"
},
"private": true
}

0 comments on commit 2146cef

Please sign in to comment.