-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ac5ef6
commit f942e66
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
language: dart | ||
dart: | ||
- "1.23.0" | ||
with_content_shell: true | ||
- "1.24.2" | ||
dart_task: | ||
- test: --platform vm | ||
- test: --platform content_shell | ||
install_dartium: true | ||
before_install: | ||
- export DISPLAY=:99.0 | ||
- ./tool/setup_dartium.sh | ||
- export PATH=$PATH":$PWD" | ||
- sh -e /etc/init.d/xvfb start | ||
- sleep 3 # give xvfb some time to start | ||
# - ./tool/setup_dartium.sh | ||
# - export PATH=$PATH":$PWD" | ||
# - sh -e /etc/init.d/xvfb start | ||
# - sleep 3 # give xvfb some time to start | ||
script: | ||
- pub run dart_dev analyze | ||
- pub run dart_dev test --integration | ||
# - pub run dart_dev test --integration | ||
- ./tool/generate_coverage.sh | ||
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov |