mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
11 lines
106 B
YAML
11 lines
106 B
YAML
image: node:4.2.2
|
|
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
all_tests:
|
|
script:
|
|
- npm install
|
|
- npm test
|