diff --git a/.cirrus.yml b/.cirrus.yml index d9e0b5ab..a60130a5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,13 +2,12 @@ container: dockerfile: tool/Dockerfile -# We're currently not running tests with coverage because the free cirrus containers run out of memory :( - task: pub_cache: folder: $HOME/.pub-cache environment: CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af] + dart_version_script: dart --version pub_get_script: tool/pub_get.sh analyze_script: tool/analyze.sh test_moor_script: tool/test_moor.sh