Skip to content

Commit 1fa6f42

Browse files
committed
Use full VMs on Travis
Hoping to avoid timeouts
1 parent 4d2489d commit 1fa6f42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Created with https://github.com/dart-lang/mono_repo
22
language: dart
33

4+
# Gives more resources on Travis (8GB Ram, 2CPUs).
5+
# Do not remove without verifying w/ Travis.
6+
sudo: required
7+
48
jobs:
59
include:
610
- stage: analyzer_and_format

0 commit comments

Comments
 (0)