Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 12:16:48 +00:00
parent 2c4c400f8b
commit ead03c1921
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
image: cirrusci/flutter
stages:
- coverage
- docs
@ -29,5 +27,3 @@ docs:
script:
- cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public
only:
- master