Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 97 Bytes

.gitlab-ci.yml

File metadata and controls

8 lines (8 loc) · 97 Bytes
 
Sep 11, 2016
Sep 11, 2016
1
2
3
4
5
6
7
8
before_script:
- npm install
cache:
paths:
- node_modules
test:
script:
- npm test