This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
insomnia
Watch
1
Star
0
Fork
0
You've already forked insomnia
mirror of
https://github.com/Kong/insomnia
synced
2024-11-07 22:30:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00f064df78
insomnia
/
.gitlab-ci.yml
11 lines
106 B
YAML
Raw
Normal View
History
Unescape
Escape
update
2016-04-13 23:32:49 +00:00
image
:
node:4.2.2
Cache node_modules for gitlab build
2016-04-13 23:39:02 +00:00
cache
:
paths
:
-
node_modules/
update
2016-04-13 23:32:49 +00:00
all_tests
:
script
:
-
npm install
-
npm test
Reference in New Issue
Copy Permalink