diff --git a/.travis.yml b/.travis.yml index c54e2a795..8c12e2061 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # Created with https://github.com/dart-lang/mono_repo language: dart +# Gives more resources on Travis (8GB Ram, 2CPUs). +# Do not remove without verifying w/ Travis. +sudo: required + jobs: include: - stage: analyzer_and_format @@ -35,3 +39,4 @@ branches: cache: directories: - $HOME/.pub-cache + - example/.dart_tool