Skip to content

Commit 241610e

Browse files
authored
Merge pull request dart-archive/crypto#110 from dart-lang/pq-cli-migration
migrate to new `dart` cli
2 parents 5ea4790 + c4aefc6 commit 241610e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/crypto/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
- stage: analyze_and_format
99
name: "Analyze"
1010
os: linux
11-
script: dartanalyzer --fatal-warnings --fatal-infos .
11+
script: dart analyze --fatal-infos .
1212
- stage: analyze_and_format
1313
name: "Format"
1414
os: linux
15-
script: dartfmt -n --set-exit-if-changed .
15+
script: dart format -o none --set-exit-if-changed .
1616
- stage: test
1717
name: "Vm Tests"
1818
os: linux

0 commit comments

Comments
 (0)