Skip to content

Commit

Permalink
Merge pull request #96 from dart-lang/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 26, 2017
2 parents 8b3b6e9 + b2b853f commit 4f96dca
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: dart
sudo: false

dart:
- dev
- stable

dart_task:
- test: --platform vm,firefox

# Only run one instance of the formatter and the analyzer, rather than running
# them against each Dart version.
matrix:
include:
- dart: stable
dart_task: dartfmt
- dart: dev
dart_task: dartanalyzer

# 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 4f96dca

Please sign in to comment.