All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart-jaguar.travis.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy