We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcbd59 commit 1312c3fCopy full SHA for 1312c3f
.travis.yml
@@ -5,15 +5,20 @@ dart:
5
- stable
6
- 1.22.1
7
- 1.21.1
8
-cache:
9
- directories:
10
- - $HOME/.pub-cache
+
11
dart_task:
12
- test: --platform vm
13
- dartanalyzer
14
matrix:
15
include:
16
- # Only validate formatting using the dev release
17
- # Formatted with 1.23.0-dev.10.0 which has (good) changes since 1.22.1
18
- - dart: dev
19
- dart_task: dartfmt
+ - dart: stable
+ dart_task: dartfmt
+# Only building master means that we don't run two builds for each pull request.
+branches:
20
+ only: [master]
21
22
+cache:
23
+ directories:
24
+ - $HOME/.pub-cache
0 commit comments