diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-17 15:56:10 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-06 13:39:36 -0600 |
commit | 9442482d091cd4fabd760797aa9455f96e5abbb6 (patch) | |
tree | cc493a8f5d77169ec1af759b3b0eb467a49e9a2d /.gitlab-ci.yml | |
parent | b51b14507c06ed898ae4a63ffda0e84ca40342d3 (diff) | |
download | gitlab-ce-9442482d091cd4fabd760797aa9455f96e5abbb6.tar.gz |
Add some gems' licenses not caught by License Finder.
Also add License Finder to CI (only runs on master).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85730e1b687..e4d81ccf350 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,11 @@ scss-lint: script: - bundle exec rake scss_lint +license-finder: + stage: test + script: + - bundle exec license_finder + brakeman: stage: test script: |