![JAR search and dependency download from the Maven repository](/logo.png)
dart.travis.mustache Maven / Gradle / Ivy
The 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