Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Drop experiment flags
  • Loading branch information
natebosch committed Feb 3, 2021
commit ed19735eba648cf10d5d6e6dc9b23b277017cb56
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dart:

jobs:
include:
- script: pub run --enable-experiment=non-nullable test
- script: pub run --enable-experiment=non-nullable test -p chrome
- script: pub run test
- script: pub run test -p chrome
- dart_task: dartfmt
- dart_task:
dartanalyzer: --enable-experiment=non-nullable --fatal-infos --fatal-warnings .
dartanalyzer: --fatal-infos --fatal-warnings .

# Only building master means that we don't run two builds for each pull request.
branches:
Expand Down