blob: c0c69e95be1f38b15692fc3eaf27d92a826e5346 [file] [log] [blame]
language: dart
dart:
# Pin to dev.16 to overcome dartbug.com/31940
- dev/release/2.0.0-dev.16.0
sudo: false
before_script:
- ./travis/setup.sh
script:
- ./travis/build.sh
- ./travis/test.sh
- ./travis/format.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.