Skip to content

Commit

Permalink
Fix travis (flutter#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and Harry Terkelsen committed Jul 19, 2017
1 parent dfcbd59 commit 1312c3f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ dart:
- stable
- 1.22.1
- 1.21.1
cache:
directories:
- $HOME/.pub-cache

dart_task:
- test: --platform vm
- dartanalyzer

matrix:
include:
# Only validate formatting using the dev release
# Formatted with 1.23.0-dev.10.0 which has (good) changes since 1.22.1
- dart: dev
dart_task: dartfmt
- dart: stable
dart_task: dartfmt

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

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

0 comments on commit 1312c3f

Please sign in to comment.