chore: install git

ef96081fc7 fix requires git
This commit is contained in:
curben 2019-06-02 14:31:08 +09:30
parent ef96081fc7
commit b03b23e44e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cache: # add cache to 'node_modules' for speeding up builds
- node_modules/ # Node modules and dependencies
before_script:
- apk update && apk add git
- npm install
test: