mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
15 lines
203 B
YAML
15 lines
203 B
YAML
|
#
|
||
|
# AUTO-GENERATED FILE, DO NOT MODIFY!
|
||
|
#
|
||
|
# https://docs.travis-ci.com/user/languages/dart/
|
||
|
#
|
||
|
language: dart
|
||
|
dart:
|
||
|
# Install a specific stable release
|
||
|
- "2.12"
|
||
|
install:
|
||
|
- pub get
|
||
|
|
||
|
script:
|
||
|
- pub run test
|