mirror of
https://github.com/scratchfoundation/scratch-asset-types.git
synced 2024-11-14 19:15:04 -05:00
add travis support and npm handling support
This commit is contained in:
parent
c6de634f35
commit
f9aef2ccee
2 changed files with 16 additions and 0 deletions
5
.npmignore
Normal file
5
.npmignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
node_modules/
|
||||
.DS_Store
|
||||
*.log
|
||||
.nyc_output/
|
||||
coverage/
|
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- "6"
|
||||
|
||||
before_script:
|
||||
- date --rfc-2822
|
||||
|
||||
script:
|
||||
- npm test
|
||||
|
Loading…
Reference in a new issue