.gitlab-ci.yml in atd-0.3.2 vs .gitlab-ci.yml in atd-0.4.0
- old
+ new
@@ -8,9 +8,13 @@
test:
script:
- bundle exec rake test
+rubocop:
+ script:
+ - rubocop
+
pages:
only:
- master
- gitlab-pages-yard-coverage
script: