blob: 02a9ebce896a2b9a7b003b52df6bb1c0e27000cb [file] [log] [blame] [edit]
language: dart
sudo: false
dart:
- dev
cache:
directories:
before_script:
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- export PATH=`pwd`/depot_tools:"$PATH"
- ./tools/get_deps.sh
script:
- ./tools/check_format.sh
- ./tools/check_no_solo_tests.sh
- ./tools/travis.sh
env:
- PACKAGE=angular_analyzer_plugin