forked from loafle/openapi-generator-original
* add auto-generated tests and travis config for dart * improve tests * fix tests * add test, travis files to dart jaguar generator
12 lines
163 B
YAML
12 lines
163 B
YAML
# https://docs.travis-ci.com/user/languages/dart/
|
|
#
|
|
language: dart
|
|
dart:
|
|
# Install a specific stable release
|
|
- "1.24.3"
|
|
install:
|
|
- pub get
|
|
|
|
script:
|
|
- pub run test
|