Skip to content

Commit

Permalink
Update CI build scripts to switch to "dart format"
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleasa committed Sep 29, 2021
1 parent 6174d23 commit 60ab7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
script:
- export PATH=$PATH:"${TRAVIS_HOME}/.pub-cache/bin"
- pub get
- dartfmt -n --set-exit-if-changed .
- dart format --set-exit-if-changed .
- dartanalyzer --fatal-warnings --fatal-hints --fatal-lints ./
- AMQP_RUN_TLS_TESTS=true dart --pause-isolates-on-exit --disable-service-auth-codes --enable-vm-service=9292 test/run_all.dart &
- pub global activate coverage
Expand Down

0 comments on commit 60ab7df

Please sign in to comment.