mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
10 lines
108 B
YAML
10 lines
108 B
YAML
image: node:4.2.2
|
|
|
|
cache:
|
|
untracked: true
|
|
|
|
all_tests:
|
|
script:
|
|
- npm install &> /dev/null
|
|
- npm test
|