mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 10:59:04 +00:00
add visual samples index tests to CI (#597)
This commit is contained in:
@@ -57,6 +57,15 @@ jobs:
|
||||
script: "./tool/travis_flutter_script.sh"
|
||||
env: FLUTTER_VERSION=beta
|
||||
|
||||
- name: Visual samples index tests
|
||||
os: linux
|
||||
dist: trusty
|
||||
env: FLUTTER_VERSION=stable
|
||||
script:
|
||||
- cd web/samples_index
|
||||
- ../../flutter/bin/dart pub get
|
||||
- ../../flutter/bin/dart test
|
||||
|
||||
allow_failures:
|
||||
- env: FLUTTER_VERSION=beta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user