Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
#1 add gitlab pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBailly committed Jul 5, 2017
1 parent 3eec872 commit 334b4b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,14 @@
before_script:
- . ~/.nvm/nvm.sh && nvm use 6

stages:
- test

test:
stage: test
tags:
- shell
- online.net
script:
- npm i
- grunt test

0 comments on commit 334b4b6

Please sign in to comment.