1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Updating channels on which travis tests (#117)

This commit is contained in:
Andrew Brogdon
2019-07-12 13:22:58 -07:00
committed by GitHub
parent 34894861ac
commit 920be284c1

View File

@@ -12,10 +12,10 @@ git:
depth: 3
env:
- FLUTTER_VERSION=stable
- FLUTTER_VERSION=dev
- FLUTTER_VERSION=beta
matrix:
allow_failures:
- env: FLUTTER_VERSION=dev
- env: FLUTTER_VERSION=beta
before_script:
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor