mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
12 lines
132 B
YAML
12 lines
132 B
YAML
image: node:4.2.2
|
|
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
all_tests:
|
|
script:
|
|
- nvm install
|
|
- npm install > /dev/null
|
|
- npm test
|