Update .travis.yml (#119)

This commit is contained in:
Sigurd Meldgaard 2018-10-17 13:31:57 +02:00 committed by Michael Thomsen
parent 3e3ba6682f
commit c02c5c46de
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
language: dart language: dart
sudo: false sudo: false
# Run against the dev channel. # Run against both the dev and channel.
dart: dart:
- stable
- dev - dev
# Define test tasks to run. # Define test tasks to run.