blob: a5c1f32a3e622facfc10f12034a5ce04ab6a75c4 [file] [log] [blame]
language: dart
dart:
- dev
sudo: false
before_script:
- ./travis/setup.sh
script:
- ./travis/format.sh
- ./travis/build.sh
- ./travis/test.sh
# We don't build the engine or run the tests for the engine on Travis
# See testing/run_tests.sh if that's what you're looking for though.