Add coveralls token

This commit is contained in:
Adam Barth 2016-07-08 14:18:21 -07:00
parent 56aa920858
commit b2576dc000

View file

@ -13,7 +13,7 @@ before_script:
script:
- ./dev/bots/test.sh
after_success:
- coveralls-lcov packages/flutter/coverage/lcov.info
- coveralls-lcov --repo-token $COVERALLS_TOKEN packages/flutter/coverage/lcov.info
cache:
directories:
- $HOME/.pub-cache