aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 15:01:18 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 15:01:18 +0100
commit2b5dc068afdb63358f6446b0be147a44967db311 (patch)
tree40ce5b100bed450fc75b76b436b82a2ab93396f0
parent[CI] Add ruby-dev to build env (diff)
[CI] We don't need rdoc
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f405c668..41bff0c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ before_script:
- apk add --update libtool
- pip install pipenv
- pipenv sync --dev --three
- - gem install scss_lint
+ - gem install scss_lint --no-rdoc
stages:
- test