Skip to content

Commit

Permalink
Update CI build SDK's
Browse files Browse the repository at this point in the history
Change to run on the latest 5 most recent SDK's and the stable
  • Loading branch information
BrunoMiguens committed Apr 6, 2021
1 parent 9ffb389 commit 419ae68
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Expand Up @@ -11,21 +11,29 @@ jobs:
after_success:
- coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/lcov.info
- stage: analyze_and_test
name: "SDK: 2.4.0"
dart: "2.4.0"
name: "SDK: 2.11.0"
dart: "2.11.0"
script: make
- stage: analyze_and_test
name: "SDK: 2.3.0"
dart: "2.3.0"
name: "SDK: 2.10.0"
dart: "2.10.0"
script: make
- stage: analyze_and_test
name: "SDK: 2.2.0"
dart: "2.2.0"
name: "SDK: 2.9.0"
dart: "2.9.0"
script: make
- stage: analyze_and_test
name: "SDK: 2.8.0"
dart: "2.8.0"
script: make
- stage: analyze_and_test
name: "SDK: 2.7.0"
dart: "2.7.0"
script: make

stages:
- analyze_and_test

cache:
directories:
- "$HOME/.pub-cache"
- "$HOME/.pub-cache"

0 comments on commit 419ae68

Please sign in to comment.