Integrate new sql parser library into CI

This commit is contained in:
Simon Binder 2019-06-15 23:03:43 +02:00
parent 52f3ee045f
commit 7da3ef3d64
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ dart:
env:
- PKG="moor"
- PKG="moor_generator"
- PKG="sqlparser"
script: ./tool/mono_repo_wrapper.sh
after_success: ./tool/upload_coverage.sh

View File

@ -4,6 +4,9 @@ case $PKG in
moor_generator)
./tool/travis.sh dartfmt dartanalyzer test
;;
sqlparser)
./tool/travis.sh dartfmt dartanalyzer test
;;
moor)
./tool/travis.sh dartfmt dartanalyzer command
;;