Skip to content

Commit 497722c

Browse files
committed
🔧 Add Travis YAML file to execute fmt, analyzer, tests
1 parent 03323ce commit 497722c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: dart
2+
3+
dart:
4+
- stable
5+
6+
dart_task:
7+
- dartfmt
8+
- dartanalyzer: --fatal-warnings .
9+
- test: .

0 commit comments

Comments
 (0)