Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
enable travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Aug 30, 2017
1 parent 3bf50e9 commit 8a3eac5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: dart
sudo: false
dart:
- dev
- stable
- 1.21.1

dart_task:
- test
- dartfmt
- 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 8a3eac5

Please sign in to comment.