1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
language: node_js |
|||
node_js: |
|||
- "4" |
|||
|
|||
script: |
|||
- npm test |
|||
|
|||
# run on container-based infrastructure |
|||
sudo: false |
|||
cache: |
|||
directories: |
|||
- node_modules |
Loading…
Reference in new issue