Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 6e23a5d

Browse files
committed
Travis: basic (non-test) sanity checks
1 parent 118dc00 commit 6e23a5d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: dart
2+
sudo: false
3+
dart:
4+
- dev
5+
- stable
6+
- 1.23.0
7+
dart_task:
8+
- dartanalyzer: --fatal-warnings .
9+
# Sadly, this is a no-op now.
10+
# https://github.com/travis-ci/travis-ci/issues/7632
11+
# https://github.com/travis-ci/travis-ci/issues/7639
12+
# Leaving it here so it'll kick in when the above is fixed
13+
- dartfmt
14+
cache:
15+
directories:
16+
- $HOME/.pub-cache

0 commit comments

Comments
 (0)