Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Add travis #1

Merged
merged 1 commit into from
Sep 5, 2019
Merged
Changes from all commits
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
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: dart
dart:
- dev
# Only building master means that we don't run two builds for each pull request.
dart_task:
- test: --platform vm
- dartanalyzer
- dartfmt
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache